diff --git a/modules/system/activation-scripts.nix b/modules/system/activation-scripts.nix index 8b873e7..b868b0c 100644 --- a/modules/system/activation-scripts.nix +++ b/modules/system/activation-scripts.nix @@ -40,7 +40,7 @@ in #! ${stdenv.shell} set -e set -o pipefail - export PATH=${pkgs.coreutils}/bin:${config.environment.systemPath} + export PATH=${pkgs.coreutils}/bin:@out@/sw/bin:${config.environment.systemPath} systemConfig=@out@ @@ -82,7 +82,7 @@ in #! ${stdenv.shell} set -e set -o pipefail - export PATH=${pkgs.coreutils}/bin:${config.environment.systemPath} + export PATH=${pkgs.coreutils}/bin:@out@/sw/bin:${config.environment.systemPath} systemConfig=@out@