Skip to content

Commit

Permalink
nixpkgs: add workaround for node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Oct 23, 2024
1 parent c04b055 commit 0f4af61
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions flake/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,10 @@ let
inherit (alternativeChannels nixpkgsArgs) latest unstable-small stable;
in
[
(
_final: _prev:
{
}
)
(final: _prev: {
# TODO wait for https://nixpkgs-tracker.ocfox.me/?pr=349783
utillinux = final.util-linux;
})
];
in
{
Expand Down

0 comments on commit 0f4af61

Please sign in to comment.