chore: remove shell.nix

windows-fixes
TorchedSammy 2022-03-03 21:01:56 -04:00
parent fca15886aa
commit b0e4cf6ed1
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ go readline ];
}