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; [
|
buildInputs = with pkgs; [
|
||||||
xe
|
xe
|
||||||
xz
|
xz
|
||||||
#libgcc
|
libgcc
|
||||||
#glibc
|
musl
|
||||||
|
libunwind
|
||||||
pkgsStatic.musl
|
pkgsStatic.musl
|
||||||
# libunwind
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
@ -64,8 +63,7 @@
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
|
|
||||||
#RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||||
CARGO = "rustup run nightly cargo";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue