diff --git a/shell.nix b/shell.nix deleted file mode 100644 index e7fcd9a..0000000 --- a/shell.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ pkgs ? - import { overlays = [ (self: super: { go = super.go_1_17; }) ]; } }: - -pkgs.mkShell { - buildInputs = with pkgs; [ - go - gopls - goimports - sqlite-interactive - pkg-config - - # keep this line if you use bash - pkgs.bashInteractive - ]; -}