Skip to content

Commit

Permalink
Make wrappedRuby lowPrio
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Van Petegem committed Nov 18, 2024
1 parent f816d65 commit 577628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ let
};
in with pkgs;
[
gems gems.wrappedRuby libxml2 nodejs cacert git glibcLocales
gems (lowPrio gems.wrappedRuby) libxml2 nodejs cacert git glibcLocales
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs ulem etoolbox; })
] ++ (if stdenv.isDarwin then [terminal-notifier] else [chromium])

0 comments on commit 577628f

Please sign in to comment.