nix: remove broken attic for now
This commit is contained in:
parent
47baf8ac8f
commit
faaf76ef60
1 changed files with 1 additions and 5 deletions
|
@ -20,14 +20,10 @@
|
||||||
# Workaround for https://github.com/NixOS/nix/issues/9574
|
# Workaround for https://github.com/NixOS/nix/issues/9574
|
||||||
nix-path = config.nix.nixPath;
|
nix-path = config.nix.nixPath;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-attic.aarn.shelman.io/shared"
|
|
||||||
"https://cache-nixos-org.aarn.shelman.io"
|
"https://cache-nixos-org.aarn.shelman.io"
|
||||||
"https://cache.nixos.org/"
|
"https://cache.nixos.org/"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
|
||||||
"shared:vbOVOQpXO/hLiTJ/7FmtSio75ZE25+mNGOC+a4TcV84="
|
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
channel.enable = false;
|
channel.enable = false;
|
||||||
registry = lib.mapAttrs (_: flake: { inherit flake; }) flakeInputs;
|
registry = lib.mapAttrs (_: flake: { inherit flake; }) flakeInputs;
|
||||||
|
|
Loading…
Reference in a new issue