nixos/activation/bootspec: fix slurping specialisation bootspecs

This commit is contained in:
Raito Bezarius 2022-11-30 15:08:37 +01:00 committed by Cole Helbling
parent e69c37eae9
commit ee27291b34

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
''