nix/os-mods/cachix/caches/lix.nix

12 lines
150 B
Nix
Raw Normal View History

2025-02-24 17:26:11 +01:00
{
nix = {
settings = {
substituters = [
"https://cache.lix.systems"
];
trusted-public-keys = [
];
};
};
}