set nixpath to current nixpkgs
This commit is contained in:
parent
375afdad48
commit
eafe7ac300
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,11 @@
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
|
||||||
|
|
||||||
|
|
||||||
# disable the database error TODO add nix-index search
|
# disable the database error TODO add nix-index search
|
||||||
programs.command-not-found.enable = false;
|
programs.command-not-found.enable = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue