diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-01-13 21:11:56 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-01-13 21:11:56 +0100 |
commit | 30c9ca3b055a793339a850fc787fd5974e1405a8 (patch) | |
tree | 24fbd296eb8e59ccdf6149f98baefc292ffbc26d /shell.nix | |
parent | 6f046fa39ee941c48515cb2e4d1cbb0a962cfed7 (diff) |
Fix Nixpkgs dependency
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/archive/bb1013511e1e5edcf314df8321acf2f3c536df0d.tar.gz) {}; +with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/nixos-19.09.tar.gz) {}; with import ./release-common.nix { inherit pkgs; }; |