Skip to content

Commit

Permalink
upgrade nix dependencies
Browse files Browse the repository at this point in the history
This updates the flake and since we haven't hacked on this for ages
the overlays aren't needed any more since all of them are now
available as builds.
  • Loading branch information
romanofski committed Dec 31, 2024
1 parent 550ccad commit b66a6ad
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 166 deletions.
15 changes: 0 additions & 15 deletions .nix/bimap.nix

This file was deleted.

26 changes: 0 additions & 26 deletions .nix/brick.nix

This file was deleted.

18 changes: 0 additions & 18 deletions .nix/hsnotmuch.nix

This file was deleted.

13 changes: 1 addition & 12 deletions .nix/overlays.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
let
haskellCompilerVersion = "ghc924";
haskellCompilerVersion = "ghc92";
haskellPackagesOverlay = self: super: with super.haskell.lib; {
haskellPackages = super.haskell.packages.${haskellCompilerVersion}.override {
overrides = hself: hsuper: {
purebred = hsuper.callPackage ./purebred.nix { };
purebred-email = hsuper.callPackage ./purebred-email.nix { };
purebred-icu = hsuper.callPackage ./purebred-icu.nix { };
brick = hsuper.callPackage ./brick.nix { };
text-zipper = hsuper.callPackage ./text-zipper.nix { };
bimap = hsuper.callPackage ./bimap.nix { };
vty = hsuper.callPackage ./vty.nix { };
vty-unix = hsuper.callPackage ./vty-unix.nix { };
vty-crossplatform = hsuper.callPackage ./vty-crossplatform.nix { };
notmuch = hsuper.callPackage ./hsnotmuch.nix {
notmuch = self.pkgs.notmuch;
talloc = self.pkgs.talloc;
};
};
};
make-purebred-with-packages = with-icu:
Expand Down
25 changes: 0 additions & 25 deletions .nix/purebred-email.nix

This file was deleted.

13 changes: 0 additions & 13 deletions .nix/text-zipper.nix

This file was deleted.

11 changes: 0 additions & 11 deletions .nix/vty-crossplatform.nix

This file was deleted.

21 changes: 0 additions & 21 deletions .nix/vty-unix.nix

This file was deleted.

19 changes: 0 additions & 19 deletions .nix/vty.nix

This file was deleted.

30 changes: 24 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b66a6ad

Please sign in to comment.