This commit is contained in:
Adithya 2024-03-10 12:31:42 +05:30
parent 71f6f09dd1
commit 115c573113
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -6,6 +6,6 @@
shellHook = ''
export BUNDLE_HOME="$PWD/.nix/bundle"
export GEM_HOME="$PWD/.nix/gem"
export PATH="GEM_HOME/bin:$PATH"
export PATH="$GEM_HOME/bin:$PATH"
'';
}