Delete 'shell.nix'

This commit is contained in:
Cadey Ratio 2022-10-12 17:10:13 +00:00
parent c1b33e14fa
commit e055530ded
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{ pkgs ?
import <nixpkgs> { 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
];
}