this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

devosSystem: fix iso build - can't remove core

Pacman99 12b41f24 1240356b

+1 -2
+1 -2
lib/devos/devosSystem.nix
··· 20 20 # avoid unwanted systemd service startups 21 21 # all strings in disabledModules get appended to modulesPath 22 22 # so convert each to list which can be coerced to string 23 - disabledModules = map (x: [ x ]) 24 - (lib.remove modules.core suites.allProfiles); 23 + disabledModules = map lib.singleton suites.allProfiles; 25 24 26 25 nix.registry = lib.mapAttrs (n: v: { flake = v; }) inputs; 27 26