Skip to content

Commit 336851e

Browse files
committed
fux(mise): set libc to gnu
Signed-off-by: charliie-dev <mail@charliie.dev>
1 parent 53f504e commit 336851e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/apps/mise.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
experimental = true;
4646
gpg_verify = true;
4747
jobs = 8;
48+
libc = "gnu"; # force glibc selection; mise's static-musl binary misdetects host libc
4849
paranoid = false;
4950
task = {
5051
output = "keep-order";

0 commit comments

Comments
 (0)