Merge pull request #277590 from trofi/devpod-fix-tests-eval

devpod: fix `tests` eval
This commit is contained in:
nikstur
2023-12-30 01:26:54 +01:00
committed by GitHub
+2 -1
View File
@@ -63,7 +63,8 @@ rec {
'';
passthru.tests.version = testers.testVersion {
package = pname;
package = devpod;
command = "devpod version";
version = "v${version}";
};
};