feature/add-gocryptfs #76

Merged
ahuston-0 merged 2 commits from feature/add-gocryptfs into main 2025-04-02 00:32:18 -04:00
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
]; ];
trusted-users = [ "root" ]; trusted-users = [ "root" ];
allow-import-from-derivation = true; allow-import-from-derivation = true;
fallback = true;
}; };
inputs = { inputs = {

View File

@ -90,6 +90,8 @@
nodejs_20 nodejs_20
nodePackages.prettier nodePackages.prettier
treefmt treefmt
gocryptfs
]; ];
}; };