From f09b6080c6a48dc1e7491cc501cf2bda780c62e3 Mon Sep 17 00:00:00 2001 From: Richard Mauer Date: Thu, 26 Dec 2024 21:49:21 -0500 Subject: [PATCH] update escape --- pkgs/pxescript/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/pxescript/default.nix b/pkgs/pxescript/default.nix index 4e35bd9..78fa53e 100644 --- a/pkgs/pxescript/default.nix +++ b/pkgs/pxescript/default.nix @@ -30,7 +30,7 @@ runCommand "netboot" { :option_one kernel http://''${server}/''${path}/${pkgs.stdenv.hostPlatform.linux-kernel.target} - ${builtins.concatStringsSep "\n" (builtins.attrValues (builtins.mapAttrs (name: path: "initrd http://''${server}/''${path}/${name}") initrds))} + ${builtins.concatStringsSep "\n" (builtins.attrValues (builtins.mapAttrs (name: path: "initrd http://\${server}/''\${path}/${name}") initrds))} #initrd http://''${server}/''${path}/initrd #initrd http://''${server}/''${path}/manifest #initrd http://''${server}/''${path}/nix-store