gocryptfs: add passthru.tests

This commit is contained in:
Florian Klink
2026-06-02 21:00:11 +02:00
parent 14e17b46e4
commit d31f1369fb
+3
View File
@@ -8,6 +8,7 @@
pandoc,
pkg-config,
libfido2,
nixosTests,
}:
buildGoModule (finalAttrs: {
@@ -63,6 +64,8 @@ buildGoModule (finalAttrs: {
ln -s $out/bin/gocryptfs $out/bin/mount.fuse.gocryptfs
'';
passthru.tests.gocryptfs = nixosTests.gocryptfs;
meta = {
description = "Encrypted overlay filesystem written in Go";
license = lib.licenses.mit;