bump base nixpkgs used by default 18.03 -> 18.09

This commit is contained in:
Will Dietz 2018-09-26 15:37:13 -05:00
parent 44e86304b6
commit d4f78a6b64
1 changed files with 1 additions and 1 deletions

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