From e0f7c73840706382ef600025c49053cd1703fc09 Mon Sep 17 00:00:00 2001 From: Bradley Hanson <38967651+bradhanson@users.noreply.github.com> Date: Wed, 30 Nov 2022 09:26:47 +0000 Subject: [PATCH 1/3] docs: Fix README shell links Broken in 06d2d6679933a6428bfdccf37ba11f639469ab4d --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afa933d..0a69977 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ My system and home configurations are based on nixos-unstable. For development I I have development shells for the following languages available with various versions: -- [Java](shells/java.nix) -- [Node](shells/node.nix) -- [ruby](shells/ruby.nix) +- [Java](dev-shells/java.nix) +- [Node](dev-shells/node.nix) +- [ruby](dev-shells/ruby.nix) You can enter a shell using for example: From 5bb83a9601257a956eb0143edf0041988b3c3fea Mon Sep 17 00:00:00 2001 From: Bradley Hanson <38967651+bradhanson@users.noreply.github.com> Date: Wed, 30 Nov 2022 09:30:01 +0000 Subject: [PATCH 2/3] docs: Add Python to README shell list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a69977..9bf30c5 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ I have development shells for the following languages available with various ver - [Java](dev-shells/java.nix) - [Node](dev-shells/node.nix) +- [Python](dev-shells/python.nix) - [ruby](dev-shells/ruby.nix) You can enter a shell using for example: From 9ff4d761d598fb72489fb5838a6d90a3d2ac5a4c Mon Sep 17 00:00:00 2001 From: Bradley Hanson <38967651+bradhanson@users.noreply.github.com> Date: Wed, 30 Nov 2022 09:31:01 +0000 Subject: [PATCH 3/3] docs: Capitalize Ruby in README for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bf30c5..37db091 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ I have development shells for the following languages available with various ver - [Java](dev-shells/java.nix) - [Node](dev-shells/node.nix) - [Python](dev-shells/python.nix) -- [ruby](dev-shells/ruby.nix) +- [Ruby](dev-shells/ruby.nix) You can enter a shell using for example: