Merge pull request #2454 from dtzWill/update/nixpkgs-1809

bump base nixpkgs used by default 18.03 -> 18.09
This commit is contained in:
Eelco Dolstra
2018-10-09 13:56:33 +02:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
{ nix ? builtins.fetchGit ./.
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; }
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.09"; }
, officialRelease ? false
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
}: