mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 00:47:01 +05:30
feat: switch nix to GNU triple
This commit is contained in:
parent
42747e0f4c
commit
1a1e97722b
1 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ mkShell {
|
||||||
targets =
|
targets =
|
||||||
pkgs.lib.optionals pkgs.stdenv.isDarwin [ "aarch64-apple-darwin" ]
|
pkgs.lib.optionals pkgs.stdenv.isDarwin [ "aarch64-apple-darwin" ]
|
||||||
++ pkgs.lib.optionals pkgs.stdenv.isLinux
|
++ pkgs.lib.optionals pkgs.stdenv.isLinux
|
||||||
[ "x86_64-unknown-linux-musl" ];
|
[ "x86_64-unknown-linux-gnu" ];
|
||||||
}))
|
}))
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
python39
|
python39
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue