Skip to content

Commit

Permalink
README: suggest git add after using template (#149)
Browse files Browse the repository at this point in the history
Fixes #148
  • Loading branch information
bobvanderlinden authored Oct 10, 2024
2 parents 08c66f1 + c37a4b3 commit 2337dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ nix flake init --template github:bobvanderlinden/nixpkgs-ruby#

This creates `flake.nix` that includes a development shell with a Ruby version that it reads from `.ruby-version`.

> Note: do make sure to `git add` these files in order for Nix to see them.
To use the shell use:

```sh
Expand Down

0 comments on commit 2337dcf

Please sign in to comment.