Skip to content

Commit

Permalink
chore: include bundle installation on shellHook
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jan 5, 2025
1 parent 7d08ec5 commit 26e0660
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ in

shellHook = ''
# Extra steps
## Setting up ruby bundler with exta configs
bundle config set --local path 'target/.vendor/bundle'
bundle config set --local with 'development'
bundle config build.serialport -- --with-cflags=-Wno-int-conversion
# bundle install
# Activate Zed configs
## Install all gems
bundle install
## Activate Zed configs
cp -R ./.github/zed ./.zed
'';
}

0 comments on commit 26e0660

Please sign in to comment.