aboutsummaryrefslogtreecommitdiff
path: root/shell.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 /shell.nix
parent16e9a752871560434468c88d2cc302386bfc1e5d (diff)
Use Nixpkgs 20.03
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 4408b34ab..0cabcc15a 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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; };