nixos/activation/bootspec: fix slurping specialisation bootspecs

This commit is contained in:
Raito Bezarius
2022-12-08 13:50:04 -08:00
committed by Cole Helbling
parent e69c37eae9
commit ee27291b34
+1 -1
View File
@@ -24,7 +24,7 @@ let
generator =
let
specialisationLoader = (lib.mapAttrsToList
(childName: childToplevel: lib.escapeShellArgs [ "--slurpfile" childName "${childToplevel}/${filename}" ])
(childName: childToplevel: lib.escapeShellArgs [ "--slurpfile" childName "${childToplevel}/bootspec/${filename}" ])
children);
in
''