shell.nix: delete

Using the flake you can get the same result by running the command:

    nix develop
This commit is contained in:
Jeremy Baxter 2024-02-12 16:17:16 +13:00
parent f1d0153bf6
commit 0fbf28a15f

View file

@ -1,10 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
bmake
clang
lua53Packages.ldoc
];
shellHook = "alias make=bmake";
}