mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
app integration support
This commit is contained in:
parent
a80354c922
commit
3abf183ae3
2 changed files with 19 additions and 5 deletions
|
|
@ -8,9 +8,7 @@
|
|||
coreutils,
|
||||
getent,
|
||||
shadow,
|
||||
buildEnv,
|
||||
runCommand,
|
||||
cacert,
|
||||
callPackage,
|
||||
cronie,
|
||||
redis,
|
||||
|
|
@ -36,6 +34,7 @@
|
|||
python3Packages,
|
||||
dnsmasq,
|
||||
frankenphp,
|
||||
nushell,
|
||||
}: let
|
||||
inherit (builtins) toString;
|
||||
inherit (lib) readFile getExe concatStringsSep splitString take;
|
||||
|
|
@ -152,6 +151,7 @@
|
|||
helix
|
||||
python3Packages.supervisor
|
||||
dnsmasq
|
||||
nushell
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue