Remove hard dependency on readline, split makefile config into config.mk

This commit is contained in:
Jeremy Baxter 2023-07-18 12:38:03 +12:00
parent a72a34370c
commit 8b4a0f86cf
3 changed files with 9 additions and 5 deletions

View file

@ -3,7 +3,6 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
bmake
clang
readline
];
shellHook = "alias make=bmake";
}