nix: enable community cachix by default

This commit is contained in:
Christoph Hollizeck 2024-11-20 05:54:14 +01:00
parent 2884bcceb0
commit 8285f8a72f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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;