From b0e4cf6ed1c82ef61e2c133265a32834d6b2e6ff Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Thu, 3 Mar 2022 21:01:56 -0400 Subject: [PATCH] chore: remove shell.nix --- shell.nix | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 shell.nix diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 2ef59c6..0000000 --- a/shell.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ pkgs ? import {} }: -pkgs.mkShell { - nativeBuildInputs = with pkgs; [ go readline ]; -}