From 115c57311355fbd2822abbf7a60442d05b15ae80 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 10 Mar 2024 12:31:42 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shells/ruby.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/ruby.nix b/shells/ruby.nix index 1cc8133..04289cf 100644 --- a/shells/ruby.nix +++ b/shells/ruby.nix @@ -6,6 +6,6 @@ shellHook = '' export BUNDLE_HOME="$PWD/.nix/bundle" export GEM_HOME="$PWD/.nix/gem" - export PATH="GEM_HOME/bin:$PATH" + export PATH="$GEM_HOME/bin:$PATH" ''; }