Merge pull request 'feature/add-gocryptfs' () from feature/add-gocryptfs into main

Reviewed-on: 
This commit is contained in:
ahuston-0 2025-04-02 00:32:18 -04:00
commit cb57885e8f
2 changed files with 3 additions and 0 deletions

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

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