about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-09-26T20·37-0500
committerWill Dietz <w@wdtz.org>2018-09-26T20·37-0500
commitd4f78a6b64a70c7135cd841eeaef8e698b0447f8 (patch)
tree1cf5ba9ce41841c3c58c3a508dd0faca15367b98
parent44e86304b611a955f4e934fc160f3f4a0a2b1c92 (diff)
bump base nixpkgs used by default 18.03 -> 18.09
-rw-r--r--release.nix2
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" ]
 }: