diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-02-19 12:32:45 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-02-19 12:32:45 +0100 |
commit | 906afedd238e4d83ef9ea4cf5a3aca77e980d582 (patch) | |
tree | f153b07f6781739e2a5c6c7185ea5827403a6f7e /release.nix | |
parent | 16e9a752871560434468c88d2cc302386bfc1e5d (diff) |
Use Nixpkgs 20.03
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
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" ] }: |