File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44, sourcesOverride ? { }
55} :
66let
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 ;
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments