From c3d3ec654c91eb7768e95a696717850a4e8846da Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 24 Oct 2025 18:35:24 +0100 Subject: [PATCH] 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 --- nixos/tests/all-tests.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 3af4002a6aa2..f0c348a3e22f 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -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;