build with just, upd. todo

This commit is contained in:
mtgmonkey 2025-04-25 20:56:10 -04:00
parent deef7c5839
commit 9dede341e8
6 changed files with 84 additions and 9767 deletions

View file

@ -7,6 +7,9 @@
haskellInputs = [
pkgs.stack
];
buildTools = [
pkgs.just
];
cliTools = [
pkgs.httpie
pkgs.ungoogled-chromium
@ -16,6 +19,7 @@ in
nativeBuildInputs = [
elmInputs
haskellInputs
buildTools
cliTools
];
}