Skip to content

Commit

Permalink
Silence bundler upon entering devenv shell
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jul 19, 2023
1 parent 3c909b4 commit a103819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

enterShell = ''
# Automatically run bundler upon enterting the shell.
bundle
bundle check &> /dev/null || bundle install
'';

pre-commit.hooks = {
Expand Down

0 comments on commit a103819

Please sign in to comment.