aboutsummaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-02-19 12:32:45 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-02-19 12:32:45 +0100
commit906afedd238e4d83ef9ea4cf5a3aca77e980d582 (patch)
treef153b07f6781739e2a5c6c7185ea5827403a6f7e /release.nix
parent16e9a752871560434468c88d2cc302386bfc1e5d (diff)
Use Nixpkgs 20.03
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 211f2b56e..1f592424b 100644
--- a/release.nix
+++ b/release.nix
@@ -1,5 +1,5 @@
{ nix ? builtins.fetchGit ./.
-, nixpkgs ? builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/nixos-19.09.tar.gz
+, nixpkgs ? builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/nixos-20.03-small.tar.gz
, officialRelease ? false
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
}: