🤦
This commit is contained in:
parent
71f6f09dd1
commit
115c573113
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export BUNDLE_HOME="$PWD/.nix/bundle"
|
export BUNDLE_HOME="$PWD/.nix/bundle"
|
||||||
export GEM_HOME="$PWD/.nix/gem"
|
export GEM_HOME="$PWD/.nix/gem"
|
||||||
export PATH="GEM_HOME/bin:$PATH"
|
export PATH="$GEM_HOME/bin:$PATH"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue