feat(home/nix): Set nix flake registry to flake nixpkgs
This commit is contained in:
parent
b629f31b82
commit
c6062e7a21
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
||||||
# i.e. for use in pkgs = import <nixpkgs> {}.
|
# i.e. for use in pkgs = import <nixpkgs> {}.
|
||||||
nixPath = ["nixpkgs=${inputs.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 = {
|
settings = {
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
|
|
Loading…
Reference in a new issue