Standalone Home Manager configuration #6

Open
wymiller wants to merge 11 commits from hm-standalone-config into master
Showing only changes of commit bcf5b224cb - Show all commits

View File

@@ -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 {