Skip to content

Commit

Permalink
Merge pull request #419 from kachick/fix-nix-env
Browse files Browse the repository at this point in the history
Install libyaml in Nix env
  • Loading branch information
kachick authored Sep 4, 2023
2 parents febaa33 + c3eeb3b commit 6a14d37
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 6a14d37

Please sign in to comment.