Skip to content

Commit

Permalink
treewide: remove workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Oct 20, 2024
1 parent 079cdf8 commit ce085c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions flake/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,11 @@ let
inherit (alternativeChannels nixpkgsArgs) latest unstable-small stable;
in
[
(_final: _prev: {
# TODO wait for https://nixpkgs-tracker.ocfox.me/?pr=348887
inherit (latest) cliphist;
})
(
_final: _prev:
{
}
)
];
in
{
Expand Down
4 changes: 2 additions & 2 deletions home-manager/profiles/desktop-applications/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ in
[
# keep-sorted start
amberol
# calibre # TODO wait for https://nixpkgs-tracker.ocfox.me/?pr=348697
calibre
clapper
element-desktop
fractal
gimp
# gnuradio # TODO wait for https://nixpkgs-tracker.ocfox.me/?pr=348697
gnuradio
gparted
inkscape
libreoffice-fresh
Expand Down

0 comments on commit ce085c7

Please sign in to comment.