File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 10
10
in hp . developPackage {
11
11
name = "update-nix-fetchgit" ;
12
12
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 : { } ;
22
14
modifier = drv : haskell . lib . addBuildTools drv [ git nix nix-prefetch-git ] ;
23
15
returnShellEnv = forShell ;
24
16
}
Original file line number Diff line number Diff line change 1
1
let
2
2
nixpkgsSrc = builtins . fetchTarball {
3
3
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 " ;
6
6
} ;
7
7
8
8
in import nixpkgsSrc { }
You can’t perform that action at this time.
0 commit comments