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

11 lines
150 B
Nix

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