nixosTests.nixseparatedebuginfod: remove

Without the change the attribute refers to deleted file:

    + nix build --no-link -f. nixosTests.nixseparatedebuginfod
    error:
       error: path 'nixos/tests/nixseparatedebuginfod.nix' does not exist
This commit is contained in:
Sergei Trofimovich
2025-10-24 18:35:24 +01:00
parent 385f0a2ebb
commit c3d3ec654c
-1
View File
@@ -1069,7 +1069,6 @@ in
_module.args.withNg = true;
};
nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; };
nixseparatedebuginfod = runTest ./nixseparatedebuginfod.nix;
nixseparatedebuginfod2 = runTest ./nixseparatedebuginfod2.nix;
node-red = runTest ./node-red.nix;
nomad = runTest ./nomad.nix;