Unverified Commit 62332961 authored by Emily's avatar Emily Committed by GitHub
Browse files

nixos/xen: fix spurious ShellCheck warning (#343528)

parents 6a1ffeef da018db1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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