mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-08 11:39:11 +00:00
Set NIX_PATH in development shell
This commit is contained in:
parent
79d737ec6e
commit
1df6a97829
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
NIX_PATH = "nixpkgs=${builtins.toString pkgs.path}";
|
||||
buildInputs = [
|
||||
pkgs.nix-prefetch-git
|
||||
pkgs.nixpkgs-fmt
|
||||
|
|
Loading…
Reference in a new issue