1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 14:32:42 +01:00

Merge branch 'balsoft/no-registries' of https://github.com/serokell/nix

This commit is contained in:
Eelco Dolstra 2021-07-21 10:11:40 +02:00
commit fc248cf59e
5 changed files with 20 additions and 7 deletions

View file

@ -956,6 +956,9 @@ public:
resolves to a different location from that of the build machine. You
can enable this setting if you are sure you're not going to do that.
)"};
Setting<bool> useRegistries{this, true, "use-registries",
"Whether to use flake registries for reference resolution"};
};