Skip to content

Commit 281ab80

Browse files
committed
bump nixpkgs
1 parent 6d38dca commit 281ab80

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

default.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ let
1010
in hp.developPackage {
1111
name = "update-nix-fetchgit";
1212
root = nix-gitignore.gitignoreSource [ ] ./.;
13-
overrides = self: super: {
14-
hnix = pkgs.haskell.lib.dontCheck (self.callHackageDirect {
15-
pkg = "hnix";
16-
ver = "0.13.1";
17-
sha256 = "0v3r33azlv050fv8y5vw0pahdnch7vqq94viwrp9vlw8hpiys8qn";
18-
} { });
19-
relude = self.relude_1_0_0_1;
20-
semialign = self.semialign_1_2;
21-
};
13+
overrides = self: super: { };
2214
modifier = drv: haskell.lib.addBuildTools drv [ git nix nix-prefetch-git ];
2315
returnShellEnv = forShell;
2416
}

nixpkgs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
let
22
nixpkgsSrc = builtins.fetchTarball {
33
url =
4-
"https://github.com/NixOS/nixpkgs/archive/d42cd445dde587e9a993cd9434cb43da07c4c5de.tar.gz"; # nixos-unstable
5-
sha256 = "0dzrn97srxyw5a3g7hf8chwccxns5z3aij23hc0fch7ygc8w0gq0";
4+
"https://github.com/NixOS/nixpkgs/archive/c6c4a3d45ab200f17805d2d86a1ff1cc7ca2b186.tar.gz"; # nixos-unstable
5+
sha256 = "1f6q98vx3sqxcn6qp5vpy00223r9hy93w9pxq65h9gdwzy3w4qxv";
66
};
77

88
in import nixpkgsSrc { }

0 commit comments

Comments
 (0)