1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

Use Nixpkgs 20.03

This commit is contained in:
Eelco Dolstra 2020-02-19 12:32:45 +01:00
parent 16e9a75287
commit 906afedd23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ useClang ? false }:
with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/nixos-19.09.tar.gz) {};
with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/nixos-20.03-small.tar.gz) {};
with import ./release-common.nix { inherit pkgs; };