Skip to content

Commit d7d0d8b

Browse files
committed
Move BUNDLE_PATH from .bundle/config to flake.nix
1 parent 4a512fc commit d7d0d8b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.bundle/config

-2
This file was deleted.

flake.nix

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
typos
5656
])
5757
++ [ selfup.packages.${system}.default ];
58+
59+
# - Don't use direnv for Nix CI
60+
# - Don't use .bundle/config to avoid setup-ruby and `rake release` mismatch.
61+
# See https://github.com/kachick/rspec-matchers-power_assert_matchers/issues/223 for detail
62+
env.BUNDLE_PATH = "vendor/bundle";
5863
};
5964
}
6065
);

0 commit comments

Comments
 (0)