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
commit 9617a04354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ]
}: