diff --git a/shell.nix b/shell.nix index 3d76b1b1..557de313 100644 --- a/shell.nix +++ b/shell.nix @@ -2,9 +2,9 @@ let pkgs = import (builtins.fetchGit rec { name = "nixpkgs-19.09-${rev}"; url = https://github.com/nixos/nixpkgs; - ref = "nixos-19.09"; - # git ls-remote https://github.com/nixos/nixpkgs-channels nixos-19.09 - rev = "9f453eb97ffe261ff93136757cd08b522fac83b7"; + ref = "nixos-20.03"; + # git ls-remote https://github.com/nixos/nixpkgs-channels nixos-20.03 + rev = "0bb35152be895abfd1fc743b42f1c4e56ae71906"; }) {}; in pkgs.stdenv.mkDerivation {