update flake config

now have gcc available
This commit is contained in:
Jermeiah S 2025-06-28 17:50:38 -04:00
parent 48c9ea8a03
commit 6646b9afc9
No known key found for this signature in database
3 changed files with 7 additions and 1 deletions

2
.env Normal file
View file

@ -0,0 +1,2 @@
CGO_ENABLED = "1";
CC = "gcc";

View file

@ -45,6 +45,10 @@
go_1_23 go_1_23
nixpkgs-fmt nixpkgs-fmt
]; ];
env = {
CGO_ENABLED = "1";
CC = "gcc";
};
}; };
} }
); );