From fd9bd59a4032b8bd9885d11c90d4d6d4d0d8f30d Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Wed, 8 Oct 2025 19:22:18 +0000 Subject: [PATCH] ci: disable nilla overrides Change-Id: kvuwzypylkxtzzrvlqrywusqnwmwnour The default overrides in nilla slow things down when evaluating parts of a configuration - even parts that don't need them! Although it's a shame I think that disabling them is the correct course of action for now... --- packetmix/nilla.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packetmix/nilla.nix b/packetmix/nilla.nix index ca134f81..1ccb1234 100644 --- a/packetmix/nilla.nix +++ b/packetmix/nilla.nix @@ -21,6 +21,8 @@ nilla.create ( ]; config = { + assertions = lib.modules.overrides.force []; # The default assertions currently force us to fetch every input to evaluate, and end up causing more trouble than they are worth. Let's skip them... + packages.allNixOSSystems = { systems = [ "x86_64-linux" ]; -- 2.43.0