fix: Support no target system
1 files changed, 1 insertions(+), 1 deletions(-) M modules/cross-shells/cross-profile.scm
M modules/cross-shells/cross-profile.scm => modules/cross-shells/cross-profile.scm +1 -1
@@ 182,7 182,7 @@ (system host-system))) (collect-cross-profile-inputs cross-profile)))) (cross-profile-path (string-append #$output "/cross/" #$target-system "/" #$cross-profile-name)) (string-append #$output "/cross/" #$(or target-system "native") "/" #$cross-profile-name)) (native-inputs-paths (list #$@(collect-cross-profile-native-inputs cross-profile))))