Skip to content

Commit

Permalink
iso: ensure tools of deactivated profiles are still available
Browse files Browse the repository at this point in the history
This is just for convenience, since the closuers are already in the
store. It might be helpful to be able to test out some things
of those deactivated profiles een on the iso isntaller.
  • Loading branch information
David Arnold committed Mar 19, 2021
1 parent 6cfa06a commit 54654c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/devos/devosSystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ lib.nixosSystem (args // {
# above profile filter on the local config attribute
fullHostConfig.system.build.toplevel
];
# still pull in tools of deactivated profiles
environment.systemPackages = fullHostConfig.environment.systemPackages;

# confilcts with networking.wireless which might be slightly
# more useful on a stick
Expand Down

0 comments on commit 54654c0

Please sign in to comment.