nix: enable community cachix by default
This commit is contained in:
parent
73f73c3d37
commit
c37f1e7ac8
|
@ -33,7 +33,14 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
${namespace} = {
|
${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;
|
apps.cli-apps.helix = enabled;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue