Skip to content

Commit

Permalink
Install libyaml in Nix env
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 4, 2023
1 parent febaa33 commit c3eeb3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
bashInteractive

ruby_3_2
# Required to build psych via irb dependency
# https://github.com/kachick/irb-power_assert/issues/116
# https://github.com/ruby/irb/pull/648
libyaml

dprint
tree
nil
Expand All @@ -48,6 +53,7 @@
'';
runtimeDependencies = [
pkgs.ruby_3_2
pkgs.libyaml
];
};

Expand Down

0 comments on commit c3eeb3b

Please sign in to comment.