diff options
author | John Ericson <git@JohnEricson.me> | 2019-10-25 07:23:05 -0400 |
---|---|---|
committer | John Ericson <git@JohnEricson.me> | 2019-10-25 07:23:05 -0400 |
commit | 70cab0587dcbc2d0600c07c96b477a2ea2fcd6f3 (patch) | |
tree | 24a542d4c7f437c598d60edc8421cef61c297661 /shell.nix | |
parent | 2f96a89646c6e55e2f1bbb80805dcbbe60fa94ae (diff) |
Switch to nixpkgs 19.09
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |