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 ]; -}