From c37a4b30a150b4e7e9deff18d5ff674cfaa94be1 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Thu, 10 Oct 2024 11:25:36 +0200 Subject: [PATCH] README: suggest git add after using template --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 992cc19..6cb0afa 100644 --- a/README.md +++ b/README.md @@ -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