fix(nix_path): Use a constant name for the path #498
1 changed files with 3 additions and 1 deletions
4
hive.nix
4
hive.nix
|
@ -193,7 +193,9 @@ in
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
# Set NIX_PATH to the patched version of nixpkgs
|
# Set NIX_PATH to the patched version of nixpkgs
|
||||||
nixPath = [ "nixpkgs=${builtins.storePath sourcePkgs.path}" ];
|
environment.etc.nixpkgs.source = builtins.storePath sourcePkgs.path;
|
||||||
|
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
|
||||||
|
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue