commit 42d6e414f1128aca8ece766d24a0cf788383001a
parent 40ac133be034513b482b8303b72ca3f2c847cb58
Author: mtmn <miro@haravara.org>
Date: Wed, 15 Apr 2026 10:25:39 +0200
chore: add cachix
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -67,9 +67,11 @@
nix.settings = {
substituters = [
"https://cache.nixos.org"
+ "https://nix-community.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}
@@ -103,9 +105,11 @@
nix.settings = {
substituters = [
"https://cache.nixos.org"
+ "https://nix-community.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}
diff --git a/home.nix b/home.nix
@@ -43,9 +43,11 @@
experimental-features = ["nix-command" "flakes"];
substituters = [
"https://cache.nixos.org"
+ "https://nix-community.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
gc = {