diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-02-19 12:32:45 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-02-19 12:32:45 +0100 |
commit | 906afedd238e4d83ef9ea4cf5a3aca77e980d582 (patch) | |
tree | f153b07f6781739e2a5c6c7185ea5827403a6f7e /shell.nix | |
parent | 16e9a752871560434468c88d2cc302386bfc1e5d (diff) |
Use Nixpkgs 20.03
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/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; }; |