.files/nix/packages/by-name/manage/package.nix
Léana 江 55fa2198bc
init manage.hs script
colors and helpful output

remove Justfile

build manage as a package

add manage as a precompiled tool to installer
2026-01-31 10:43:48 +01:00

10 lines
182 B
Nix

{
haskellPackages,
haskell,
}:
let
inherit (haskell.lib.compose) justStaticExecutables;
drv = haskellPackages.callCabal2nix "manage" ./src { };
in
justStaticExecutables drv