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"

View File

@@ -67,6 +67,15 @@
];
};
nix.settings = {
flake-registry = "";
# required for setting the `flake-registry`
experimental-features = [
"nix-command"
"flakes"
];
};
# Define the mounts that exist in the container to prevent them from being stopped
fileSystems = {
"/" = {