Use nix-locate for command-not-found

This commit is contained in:
2022-05-16 15:01:15 -04:00
parent 63902fcb46
commit 9fc6f816fb
4 changed files with 72 additions and 6 deletions

View File

@@ -16,6 +16,9 @@ in {
# pin nixpkgs for system commands such as "nix shell"
registry.nixpkgs.flake = config.inputs.nixpkgs;
# pin system nixpkgs to the same version as the flake input
nixPath = [ "nixpkgs=${config.inputs.nixpkgs}" ];
};
};
}