From 09394d8e465664059693caec81f0594c951f00a6 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 12 Feb 2023 13:33:41 -0500 Subject: nix packages, added graphicsmagick - some fiddling with packages, determine what is needed where --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 9f689127..27fadf87 100755 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ mkShell { rubyPackages_3_1.sqlite3 rubyPackages_3_1.thor sqlite + graphicsmagick unzip xz zip @@ -17,7 +18,7 @@ mkShell { validatePkgConfig jq git - starship + #starship ]; shellHook = '' if [[ -e ".envrc" ]]; then -- cgit v1.2.3