Skip to content

Commit

Permalink
nix: Remove devenv cache substituter
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Feb 27, 2025
1 parent 85e335b commit 7cb686f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
2 changes: 0 additions & 2 deletions nix/hosts/babbel/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

nix.settings = {
substituters = [
"https://devenv.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
Expand Down
2 changes: 0 additions & 2 deletions nix/hosts/desktop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
nix.settings = {
substituters = [
"http://mini.home.arpa:3001"
"https://devenv.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"mini.home.arpa:oKnQjR3POJD+uqUqn1SNC8StOSLFU6lZ2q3OUsVQPco="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
Expand Down
4 changes: 2 additions & 2 deletions nix/hosts/desktop/juan.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
keep-derivations = true
keep-outputs = true
experimental-features = nix-command flakes
substituters = http://mini.home.arpa:3001/ https://cache.nixos.org https://juanibiapina.cachix.org https://devenv.cachix.org https://nix-community.cachix.org
trusted-public-keys = mini.home.arpa:oKnQjR3POJD+uqUqn1SNC8StOSLFU6lZ2q3OUsVQPco= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= juanibiapina.cachix.org-1:bUZRS3Ty+eSUDlN+nMxpnvRprzgPouA19C9MjApilvo= devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
substituters = http://mini.home.arpa:3001/ https://cache.nixos.org https://juanibiapina.cachix.org https://nix-community.cachix.org
trusted-public-keys = mini.home.arpa:oKnQjR3POJD+uqUqn1SNC8StOSLFU6lZ2q3OUsVQPco= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= juanibiapina.cachix.org-1:bUZRS3Ty+eSUDlN+nMxpnvRprzgPouA19C9MjApilvo= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
'';
};

Expand Down
2 changes: 0 additions & 2 deletions nix/hosts/mini/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@

nix.settings = {
substituters = [
"https://devenv.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
Expand Down
4 changes: 2 additions & 2 deletions nix/hosts/mini/juan.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
keep-derivations = true
keep-outputs = true
experimental-features = nix-command flakes
substituters = https://cache.nixos.org https://juanibiapina.cachix.org https://devenv.cachix.org https://nix-community.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= juanibiapina.cachix.org-1:bUZRS3Ty+eSUDlN+nMxpnvRprzgPouA19C9MjApilvo= devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
substituters = https://cache.nixos.org https://juanibiapina.cachix.org https://nix-community.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= juanibiapina.cachix.org-1:bUZRS3Ty+eSUDlN+nMxpnvRprzgPouA19C9MjApilvo= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
'';
};

Expand Down

0 comments on commit 7cb686f

Please sign in to comment.