nix: update flake lock
All checks were successful
Test / Create distribution (push) Successful in 51s
Test / Sandbox (push) Successful in 15m56s
Test / Sandbox (race detector) (push) Successful in 16m5s
Test / Fpkg (push) Successful in 17m33s
Test / Fortify (race detector) (push) Successful in 2m28s
Test / Fortify (push) Successful in 40s
Test / Flake checks (push) Successful in 2m58s

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