mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Use Nixpkgs 20.03
This commit is contained in:
parent
16e9a75287
commit
906afedd23
2 changed files with 2 additions and 2 deletions
|
@ -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" ]
|
||||
}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue