From a97f81002ff04f5460d673e85b057ce4e019b7d9 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 10 Mar 2024 12:10:58 +0530 Subject: [PATCH] setup bundle_user_home --- shells/ruby.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shells/ruby.nix b/shells/ruby.nix index 2174fc6..40ced25 100644 --- a/shells/ruby.nix +++ b/shells/ruby.nix @@ -4,4 +4,7 @@ postgresql_15 rubyPackages_3_2.rspec-core ]; + shellHook = '' + export BUNDLE_USER_HOME="$PWD/.nix/bundle" + ''; }