Skip to content

Commit

Permalink
Remove rr overlay
Browse files Browse the repository at this point in the history
As of
NixOS/nixpkgs@541d30a
the upstream rr package supports i686-linux out of the box,
making this overlay unnecessary.

h/t @Artturin:
#300 (comment).
  • Loading branch information
ckoparkar authored and nbp committed Feb 2, 2023
1 parent f6fe850 commit 85eb0ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
overlays = {
lib = import ./lib-overlay.nix;
rust = import ./rust-overlay.nix;
rr = import ./rr-overlay.nix;
firefox = import ./firefox-overlay.nix;
git-cinnabar = import ./git-cinnabar-overlay.nix;
};
Expand Down
1 change: 0 additions & 1 deletion overlays.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
./lib-overlay.nix
./rust-overlay.nix
./rr-overlay.nix
./firefox-overlay.nix
./git-cinnabar-overlay.nix
]
14 changes: 0 additions & 14 deletions rr-overlay.nix

This file was deleted.

0 comments on commit 85eb0ba

Please sign in to comment.