feat: switch nix to GNU triple

This commit is contained in:
Harsh Shandilya 2022-05-01 18:06:07 +05:30
parent 42747e0f4c
commit 1a1e97722b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -7,7 +7,7 @@ mkShell {
targets =
pkgs.lib.optionals pkgs.stdenv.isDarwin [ "aarch64-apple-darwin" ]
++ pkgs.lib.optionals pkgs.stdenv.isLinux
[ "x86_64-unknown-linux-musl" ];
[ "x86_64-unknown-linux-gnu" ];
}))
xorg.libxcb
python39