checks: don't use the global flake registry

This commit is contained in:
Michael Hoang
2025-09-18 16:17:09 +02:00
parent 27f87c7345
commit 4cadedaa5d
2 changed files with 10 additions and 1 deletions

View File

@@ -91,7 +91,7 @@
substituters = lib.mkForce [ ];
hashed-mirrors = null;
connect-timeout = lib.mkForce 3;
flake-registry = pkgs.writeText "flake-registry" ''{"flakes":[],"version":2}'';
flake-registry = "";
experimental-features = [
"nix-command"
"flakes"