Skip to content

Commit

Permalink
Change how to set BUNDLE_PATH from .bundle/config to flake.nix (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored Dec 26, 2024
1 parent 4a512fc commit 09f866f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .bundle/config

This file was deleted.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
typos
])
++ [ selfup.packages.${system}.default ];

# - Don't use direnv for Nix CI
# - Don't use .bundle/config to avoid setup-ruby and `rake release` mismatch.
# See https://github.com/kachick/rspec-matchers-power_assert_matchers/issues/223 for detail
env.BUNDLE_PATH = "vendor/bundle";
};
}
);
Expand Down

0 comments on commit 09f866f

Please sign in to comment.