From 6363d9c99c6f5f6541089e6e8d66726f314af4e6 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 7 Oct 2025 16:03:56 +0200 Subject: [PATCH] clan: ignore nixpkgs version checks in core --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6b88b7509..ee4859ac1 100644 --- a/flake.nix +++ b/flake.nix @@ -77,6 +77,8 @@ }; }; }; + # Allows downstream users to inject "unsupported" nixpkgs versions + checks.minNixpkgsVersion.ignore = true; }; systems = import systems; imports = [