all repos — nixfiles @ 4c62a33f89fda01a8df5fb6e54ca5d10a2a9ba46

System and user configuration, managed by nix and home-manager

make substituters flake-specific

Alan Pearce
commit

4c62a33f89fda01a8df5fb6e54ca5d10a2a9ba46

parent

41bbd9eaa7f6de6aefb41e216639b60bf6e10de4

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -54,6 +54,13 @@ };
}; }; + nixConfig = { + extra-substituters = [ + "https://cache.lix.systems" + "https://nix-community.cachix.org" + ]; + }; + outputs = inputs: with inputs;