diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-10-09T11·56+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-09T11·56+0200 |
commit | 9617a043541d77d79e4f20f9676aae63de72f45d (patch) | |
tree | 9ce168878efa212381eed7e32ab035e638734ed7 | |
parent | 01bd66bf8309a914edf63de7b25ee482f752c669 (diff) | |
parent | d4f78a6b64a70c7135cd841eeaef8e698b0447f8 (diff) |
Merge pull request #2454 from dtzWill/update/nixpkgs-1809
bump base nixpkgs used by default 18.03 -> 18.09
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index e359ebcb2ce3..415c87da7cb3 100644 --- a/release.nix +++ b/release.nix @@ -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" ] }: |