nix/os-mods/cachix/caches/lix.nix
2025-03-04 17:26:17 +01:00

12 lines
223 B
Nix

{
nix = {
settings = {
substituters = [
"https://cache.lix.systems"
];
trusted-public-keys = [
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
};
};
}