diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-28 18:55:07 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-28 18:55:07 +0200 |
commit | 5379cb169e1ad884c95ee032e885288da14db504 (patch) | |
tree | da2870e583b72d6675c699a6a42b4f6e007875fc /pkgs/by-name/i3/i3bar-river-patched/package.nix | |
parent | modules: Remove no-op `finalizeFunction` (diff) | |
download | nixos-config-5379cb169e1ad884c95ee032e885288da14db504.zip |
pkgs/i3bar-river-patched: Remove rustc-1.86 compatibility patch
Nixpgks unstable has rustc-1.87.
Diffstat (limited to 'pkgs/by-name/i3/i3bar-river-patched/package.nix')
-rw-r--r-- | pkgs/by-name/i3/i3bar-river-patched/package.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/by-name/i3/i3bar-river-patched/package.nix b/pkgs/by-name/i3/i3bar-river-patched/package.nix index a411fd32..87f78248 100644 --- a/pkgs/by-name/i3/i3bar-river-patched/package.nix +++ b/pkgs/by-name/i3/i3bar-river-patched/package.nix @@ -37,9 +37,6 @@ rustPlatform.buildRustPackage { hash = "sha256-HMNR/4Q2wDnqbN0ziXrG5DFeWgczOcw5AzLvGbJZKdo="; }) - # TODO(@bpeetz): Remove this patch once the rustc update hits unstable. <2025-05-20> - ./0001-revert-use-std-io-pipe.patch - # TODO(@bpeetz): Open an issues, whether something like that could be upstreamed. <2025-05-20> ./0002-feat-crate-bar-Put-the-leftmost-block-in-the-middle-.patch ]; |