From 49b1ad8227d0884a628e90468fe362a740c1bd95 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Thu, 18 Mar 2021 23:17:58 -0500 Subject: [PATCH] iso: ensure tools of deactivated profiles are still available 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. --- lib/devos/devosSystem.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/devos/devosSystem.nix b/lib/devos/devosSystem.nix index 832cdb40..f8d08f97 100644 --- a/lib/devos/devosSystem.nix +++ b/lib/devos/devosSystem.nix @@ -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