+2
packetmix/nilla.nix
+2
packetmix/nilla.nix
···
21
21
];
22
22
23
23
config = {
24
+
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...
25
+
24
26
packages.allNixOSSystems = {
25
27
systems = [ "x86_64-linux" ];
26
28