nix: enable community cachix by default
This commit is contained in:
parent
0fc0a6bdd2
commit
2461f29130
|
@ -33,7 +33,14 @@ in
|
|||
];
|
||||
|
||||
${namespace} = {
|
||||
nix = enabled;
|
||||
nix = {
|
||||
enable = true;
|
||||
extra-substituters = {
|
||||
"https://nix-community.cachix.org" = {
|
||||
key = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
apps.cli-apps.helix = enabled;
|
||||
|
||||
|
|
Loading…
Reference in a new issue