forked from DGNum/colmena
flake.nix: Pin <nixpkgs> for dev/CI
This commit is contained in:
parent
c644f79ad1
commit
c6ac93152c
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
devShell = pkgs.mkShell {
|
||||
inputsFrom = [ defaultPackage ];
|
||||
buildInputs = [ pkgs.nixUnstable ];
|
||||
shellHook = ''
|
||||
export NIX_PATH=nixpkgs=${pkgs.path}
|
||||
'';
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue