diff --git a/shell.nix b/shell.nix deleted file mode 100644 index bf5011d..0000000 --- a/shell.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ pkgs ? import {} }: -pkgs.mkShell { - nativeBuildInputs = with pkgs.buildPackages; [ - bmake - clang - - lua53Packages.ldoc - ]; - shellHook = "alias make=bmake"; -}