summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-10-25 07:23:05 -0400
committerJohn Ericson <git@JohnEricson.me>2019-10-25 07:23:05 -0400
commit70cab0587dcbc2d0600c07c96b477a2ea2fcd6f3 (patch)
tree24a542d4c7f437c598d60edc8421cef61c297661 /shell.nix
parent2f96a89646c6e55e2f1bbb80805dcbbe60fa94ae (diff)
Switch to nixpkgs 19.09
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 8167f87a2..9c504f024 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,6 +1,6 @@
{ useClang ? false }:
-with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz) {};
+with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.09.tar.gz) {};
with import ./release-common.nix { inherit pkgs; };