Skip to content

Commit

Permalink
devosSystem: fix iso build - can't remove core
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed Apr 24, 2021
1 parent 1240356 commit 12b41f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/devos/devosSystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ lib.nixosSystem (args // {
# avoid unwanted systemd service startups
# all strings in disabledModules get appended to modulesPath
# so convert each to list which can be coerced to string
disabledModules = map (x: [ x ])
(lib.remove modules.core suites.allProfiles);
disabledModules = map lib.singleton suites.allProfiles;

nix.registry = lib.mapAttrs (n: v: { flake = v; }) inputs;

Expand Down

0 comments on commit 12b41f2

Please sign in to comment.