Set NIX_PATH from sources
This commit is contained in:
parent
01eac3f3e7
commit
183f7328d0
|
@ -14,6 +14,6 @@ pkgs.mkShell {
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export NIXOPS_DEPLOYMENT=schulischer-schabernack-hcloud
|
export NIXOPS_DEPLOYMENT=schulischer-schabernack-hcloud
|
||||||
export NIX_PATH=nixpkgs=$(${pkgs.jq}/bin/jq -r .nixpkgs.url nix/sources.json)
|
export NIX_PATH=nixpkgs=${sources.nixpkgs}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue