Merge pull request #277982 from trofi/spark-fix-tests-eval
spark: fix `tests` eval under `allowAliases = false`
This commit is contained in:
commit
033f88f786
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
|||
sparkCluster = testSparkCluster args;
|
||||
passthru.override = args': testsForPackage (args // args');
|
||||
};
|
||||
testSparkCluster = { sparkPackage, ... }: pkgs.nixosTest ({
|
||||
testSparkCluster = { sparkPackage, ... }: pkgs.testers.nixosTest ({
|
||||
name = "spark";
|
||||
|
||||
nodes = {
|
||||
|
|
Loading…
Reference in a new issue