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
commit 94c4147db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,8 @@ rec {
'';
passthru.tests.version = testers.testVersion {
package = pname;
package = devpod;
command = "devpod version";
version = "v${version}";
};
};