Pin NIX_PATH in nix-shell

This commit is contained in:
adisbladis 2020-05-19 22:23:52 +01:00
parent 8d2251bde8
commit 1b3d0349b4
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -8,6 +8,9 @@ let
tools = pkgs.callPackage ./tools { };
in
pkgs.mkShell {
NIX_PATH = "nixpkgs=${sources.nixpkgs}";
buildInputs = [
tools.flamegraph
tools.release