2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

chore: remove shell.nix

This commit is contained in:
TorchedSammy 2022-03-03 21:01:56 -04:00
parent fca15886aa
commit b0e4cf6ed1
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

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