nixos/activation/bootspec: fix slurping specialisation bootspecs
This commit is contained in:
committed by
Cole Helbling
parent
e69c37eae9
commit
ee27291b34
@@ -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
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user