mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +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
|
|
@ -6,6 +6,7 @@ in
|
|||
overlays = map import [
|
||||
./nix/overlays/disko.nix
|
||||
./nix/overlays/npins.nix
|
||||
./nix/packages/overlay.nix
|
||||
];
|
||||
},
|
||||
withGHC ? false,
|
||||
|
|
@ -17,11 +18,10 @@ pkgs.mkShell {
|
|||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
just
|
||||
jq
|
||||
npins
|
||||
npins # from npins repo
|
||||
disko # from disko flake
|
||||
manage
|
||||
nixos-anywhere # comes from nixpkgs
|
||||
disko # comes from disko flake
|
||||
]
|
||||
++ lib.optionals withGHC [
|
||||
(haskellPackages.ghcWithPackages (self: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue