Merge pull request 'feature/add-gocryptfs' (#76) from feature/add-gocryptfs into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 7s
Check Nix formatting / Perform Nix format checks (push) Successful in 3m37s
Check Nix flake / Perform Nix flake checks (push) Successful in 12m22s

Reviewed-on: #76
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

View File

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

View File

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