trying this
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
final: prev: let
|
final: prev: let
|
||||||
rust_1_90_0 = prev.rust-bin.stable."1.90.0".default;
|
# Use latest rust from overlay which should work on non-NixOS
|
||||||
|
rust_latest = prev.rust-bin.stable.latest.default;
|
||||||
myRustPlatform = prev.makeRustPlatform {
|
myRustPlatform = prev.makeRustPlatform {
|
||||||
cargo = rust_1_90_0;
|
cargo = rust_latest;
|
||||||
rustc = rust_1_90_0;
|
rustc = rust_latest;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
xz = prev.xz.overrideAttrs (old: {
|
|
||||||
configureFlags = (old.configureFlags or []) ++ [ "--disable-sandbox" ];
|
|
||||||
});
|
|
||||||
lazygitLatest = prev.lazygit.overrideAttrs (_: rec {
|
lazygitLatest = prev.lazygit.overrideAttrs (_: rec {
|
||||||
version = "0.55.1";
|
version = "0.55.1";
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
|
|||||||
Reference in New Issue
Block a user