update flake config
now have gcc available
This commit is contained in:
parent
48c9ea8a03
commit
6646b9afc9
3 changed files with 7 additions and 1 deletions
|
|
@ -45,6 +45,10 @@
|
|||
go_1_23
|
||||
nixpkgs-fmt
|
||||
];
|
||||
env = {
|
||||
CGO_ENABLED = "1";
|
||||
CC = "gcc";
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue