nixosTests.nix-ld: remove redundant test with alias

https://github.com/NixOS/nixpkgs/pull/335290
This commit is contained in:
João Nogueira 2025-04-17 01:50:27 +02:00
parent 5bd2fcc4c7
commit bdc70ea03c
No known key found for this signature in database
GPG Key ID: 6F547B6BD44BC484

View File

@ -26,15 +26,4 @@ in
machine.succeed("hello")
'';
};
nix-ld-rs = makeTest {
name = "nix-ld-rs";
nodes.machine = {
imports = [ shared ];
programs.nix-ld.package = pkgs.nix-ld-rs;
};
testScript = ''
start_all()
machine.succeed("hello")
'';
};
}