nix: update flake lock

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-06-02 18:53:28 +09:00
parent 6c1205106d
commit b7e991de5b
12 changed files with 58 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ buildGoModule {
src = ./.;
inherit (fortify) vendorHash;
CGO_ENABLED = 0;
env.CGO_ENABLED = 0;
preBuild = ''
go mod init fsu >& /dev/null