Compare commits
4 commits
03c328719e
...
13571de8e3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
13571de8e3 | ||
![]() |
36bb1c3409 | ||
![]() |
125f4158f9 | ||
![]() |
3ffc96cdbe |
10
flake.nix
10
flake.nix
|
@ -36,10 +36,11 @@
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
xe
|
xe
|
||||||
xz
|
xz
|
||||||
libgcc
|
#libgcc
|
||||||
musl
|
#glibc
|
||||||
libunwind
|
|
||||||
pkgsStatic.musl
|
pkgsStatic.musl
|
||||||
|
# libunwind
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
@ -63,7 +64,8 @@
|
||||||
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