diff --git a/ci/shell.nix b/ci/shell.nix index 2b7cc72a1..b0c3059de 100644 --- a/ci/shell.nix +++ b/ci/shell.nix @@ -1,10 +1,10 @@ { fullDeps ? false }: -# the last successful build of nixos-20.09 (stable) as of 2020-10-11 +# the last successful build of nixos-20.09 (stable) as of 2020-12-15 with import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/0b8799ecaaf0dc6b4c11583a3c96ca5b40fcfdfb.tar.gz"; - sha256 = "11m4aig6cv0zi3gbq2xn9by29cfvnsxgzf9qsvz67qr0yq29ryyz"; + url = "https://github.com/NixOS/nixpkgs/archive/647cc06986c1ae4a2bb05298e0cf598723e42970.tar.gz"; + sha256 = "1n1sd5lbds08vxy8x9l94w0z8bbq39fh2rrr6mnq0rmhf4xb2mj1"; }) { };