Browse Source

Update cachix with new naming conventions

main
parent
commit
bc80749e60
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 6
      modules/cachix.nix

6
modules/cachix.nix

@ -3,11 +3,13 @@
{ {
nix = { nix = {
binaryCaches = [
settings = {
substituters = [
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
]; ];
binaryCachePublicKeys = [
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
]; ];
}; };
};
} }
Loading…
Cancel
Save