Compare commits
4 commits
13571de8e3
...
03c328719e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
03c328719e | ||
![]() |
910e23cdc9 | ||
![]() |
fec521a5f1 | ||
![]() |
e4606ebd0d |
10
flake.nix
10
flake.nix
|
@ -36,11 +36,10 @@
|
|||
buildInputs = with pkgs; [
|
||||
xe
|
||||
xz
|
||||
#libgcc
|
||||
#glibc
|
||||
libgcc
|
||||
musl
|
||||
libunwind
|
||||
pkgsStatic.musl
|
||||
# libunwind
|
||||
|
||||
];
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
@ -64,8 +63,7 @@
|
|||
pkg-config
|
||||
];
|
||||
|
||||
#RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
CARGO = "rustup run nightly cargo";
|
||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue