about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2022-11-30 15:08:37 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-08 13:50:04 -0800
commitee27291b34cf97ca195797733045da1a1ad49ddb (patch)
treebd17a8e5d7d0ff43826a59f93a14396aed393e33 /nixos/modules/system
parente69c37eae9b4b8fee2dc0397bec57163a732ea10 (diff)
nixos/activation/bootspec: fix slurping specialisation bootspecs
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/activation/bootspec.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/activation/bootspec.nix b/nixos/modules/system/activation/bootspec.nix
index b11dc37521ca7..ed5714d87cec1 100644
--- a/nixos/modules/system/activation/bootspec.nix
+++ b/nixos/modules/system/activation/bootspec.nix
@@ -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
         ''