aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-02 18:53:28 +0900
committerOphestra <cat@gensokyo.uk>2025-06-05 04:05:39 +0900
commitb7e991de5bfa81bff474d07142555df51202640a (patch)
tree3c49b25eab717cd4a8f5eb74a77dca2b3e8fcf6c /cmd
parent6c1205106d7ac9702464e274502303d2b6df1dc3 (diff)
nix: update flake lock
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/fsu/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fsu/package.nix b/cmd/fsu/package.nix
index 879c6373..ab5c4b4d 100644
--- a/cmd/fsu/package.nix
+++ b/cmd/fsu/package.nix
@@ -10,7 +10,7 @@ buildGoModule {
src = ./.;
inherit (fortify) vendorHash;
- CGO_ENABLED = 0;
+ env.CGO_ENABLED = 0;
preBuild = ''
go mod init fsu >& /dev/null