Skip to content

Commit

Permalink
adding bundix to flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jan 20, 2025
1 parent c7e0d38 commit 61dcbea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
ruby = pkgs.ruby_3_2;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
# generated with bundx
gemset = ./gemset.nix;
};
in
Expand All @@ -25,6 +26,7 @@
buildInputs = [
pkgs.ruby_3_2
gems
pkgs.bundix
# Add other packages here, e.g.,
# pkgs.nodejs
# pkgs.yarn
Expand Down

0 comments on commit 61dcbea

Please sign in to comment.