Skip to content

Commit 3872fc5

Browse files
hamishmackmrBliss
authored andcommitted
Use nixpkgs 20.09
1 parent 206d705 commit 3872fc5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
, sourcesOverride ? {}
55
}:
66
let
7-
sources = import ./sources.nix { inherit pkgs; }
7+
sources = import ./sources.nix { pkgs = import iohkNixMain.nixpkgs {}; }
88
// sourcesOverride;
99
iohkNixMain = import sources.iohk-nix {};
1010
haskellNix = (import sources."haskell.nix" { inherit system sourcesOverride; }).nixpkgsArgs;

nix/sources.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,17 @@
3434
"type": "tarball",
3535
"url": "https://github.com/input-output-hk/niv/archive/89da7b2e7ae0779fd351618fc74df1b1da5e6214.tar.gz",
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
37+
},
38+
"nixpkgs": {
39+
"branch": "nixpkgs-20.09-darwin",
40+
"description": "Nix Packages collection",
41+
"homepage": null,
42+
"owner": "NixOS",
43+
"repo": "nixpkgs",
44+
"rev": "07e5844fdf6fe99f41229d7392ce81cfe191bcfc",
45+
"sha256": "0p2z6jidm4rlp2yjfl553q234swj1vxl8z0z8ra1hm61lfrlcmb9",
46+
"type": "tarball",
47+
"url": "https://github.com/NixOS/nixpkgs/archive/07e5844fdf6fe99f41229d7392ce81cfe191bcfc.tar.gz",
48+
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3749
}
3850
}

0 commit comments

Comments
 (0)