mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
init manage.hs script
colors and helpful output remove Justfile build manage as a package add manage as a precompiled tool to installer
This commit is contained in:
parent
d5e4545bb2
commit
55fa2198bc
7 changed files with 138 additions and 38 deletions
10
nix/packages/by-name/manage/package.nix
Normal file
10
nix/packages/by-name/manage/package.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
haskellPackages,
|
||||
haskell,
|
||||
}:
|
||||
let
|
||||
inherit (haskell.lib.compose) justStaticExecutables;
|
||||
|
||||
drv = haskellPackages.callCabal2nix "manage" ./src { };
|
||||
in
|
||||
justStaticExecutables drv
|
||||
Loading…
Add table
Add a link
Reference in a new issue