Skip to content

Commit de7867c

Browse files
runInLinuxVM: add simple structuredAttrs test
1 parent 3c81843 commit de7867c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/build-support/vm/test.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ in
2424
buildPatchelfInVM = runInLinuxVM patchelf;
2525

2626
buildHelloInVM = runInLinuxVM hello;
27+
buildStructuredAttrsHelloInVM = runInLinuxVM (hello.overrideAttrs { __structuredAttrs = true; });
2728

2829
buildPcmanrmInVM = runInLinuxVM (pcmanfm.overrideAttrs (old: {
2930
# goes out-of-memory with many cores

0 commit comments

Comments
 (0)