gocryptfs: add passthru.tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user