nix: enable community cachix by default

This commit is contained in:
Christoph Hollizeck 2024-11-20 05:54:14 +01:00
parent 73f73c3d37
commit c37f1e7ac8
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -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;