clan: ignore nixpkgs version checks in core

This commit is contained in:
Johannes Kirschbauer
2025-10-07 16:03:56 +02:00
parent 6e5d74ba22
commit 6363d9c99c

View File

@@ -77,6 +77,8 @@
}; };
}; };
}; };
# Allows downstream users to inject "unsupported" nixpkgs versions
checks.minNixpkgsVersion.ignore = true;
}; };
systems = import systems; systems = import systems;
imports = [ imports = [