set nixpath to current nixpkgs

This commit is contained in:
Osman Faruk Bayram 2024-11-02 01:48:53 +03:00
parent 375afdad48
commit eafe7ac300

View file

@ -12,7 +12,11 @@
options = "--delete-older-than 30d";
};
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
# disable the database error TODO add nix-index search
programs.command-not-found.enable = false;
}