feat(home/nix): Set nix flake registry to flake nixpkgs

This commit is contained in:
punkfairie 2025-03-08 16:42:32 -08:00
parent b629f31b82
commit c6062e7a21
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -13,6 +13,12 @@
# i.e. for use in pkgs = import <nixpkgs> {}.
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
# Pin flake registry nixpkgs to flake nixpkgs version.
# i.e. for use in nix search nixpkgs.
registry = {
nixpkgs.flake = inputs.nixpkgs;
};
settings = {
trusted-users = [
"root"