Unverified Commit 1cd4bfc5 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/sshd: fix sshd.conf check referencing package's extra outputs (#479779)

parents 298a76ea 9e3cf592
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -847,7 +847,7 @@ in
      system.checks = [
        (pkgs.runCommand "check-sshd-config"
          {
            nativeBuildInputs = [ validationPackage ];
            nativeBuildInputs = [ validationPackage.out ];
          }
          ''
            ${lib.concatMapStringsSep "\n" (