Merge pull request #277593 from trofi/fakeroot-fix-tests-eval
fakeroot: fix `tests` eval
This commit is contained in:
commit
95cd2d204b
@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
passthru = {
|
||||
tests = {
|
||||
version = testers.testVersion {
|
||||
package = finalAttrs;
|
||||
package = finalAttrs.finalPackage;
|
||||
};
|
||||
# A lightweight *unit* test that exercises fakeroot and fakechroot together:
|
||||
nixos-etc = nixosTests.etc.test-etc-fakeroot;
|
||||
|
Loading…
Reference in New Issue
Block a user