flake.nix: Pin <nixpkgs> for dev/CI

This commit is contained in:
Zhaofeng Li 2021-06-29 02:04:54 -07:00
parent c644f79ad1
commit c6ac93152c

View file

@ -29,6 +29,9 @@
devShell = pkgs.mkShell {
inputsFrom = [ defaultPackage ];
buildInputs = [ pkgs.nixUnstable ];
shellHook = ''
export NIX_PATH=nixpkgs=${pkgs.path}
'';
};
});
}