Skip to content

Commit ff7528e

Browse files
authored
Use lowPrio from lib instead of pkgs
`lowPrio` in `pkgs` was recently deprecated,
1 parent 7c9e793 commit ff7528e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/language/ruby.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with lib;
3434
devshell.packages = with pkgs; [
3535
cfg.package
3636
# Used by mkmf, the standard gem build tool
37-
(lowPrio binutils)
37+
(lib.lowPrio binutils)
3838
file
3939
findutils
4040
gnumake

0 commit comments

Comments
 (0)