Loading nixos/modules/virtualisation/xen-dom0.nix +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ let runtimeEnv = { efiMountPoint = config.boot.loader.efi.efiSysMountPoint; }; # We disable SC2016 because we don't want to expand the regexes in the sed commands. excludeShellChecks = [ "SC2016" ]; text = builtins.readFile ./xen-boot-builder.sh; }; in Loading Loading
nixos/modules/virtualisation/xen-dom0.nix +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ let runtimeEnv = { efiMountPoint = config.boot.loader.efi.efiSysMountPoint; }; # We disable SC2016 because we don't want to expand the regexes in the sed commands. excludeShellChecks = [ "SC2016" ]; text = builtins.readFile ./xen-boot-builder.sh; }; in Loading