Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-10-10 18:34:33 +02:00
parent c1387bfd22
commit 511132f23f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -18,7 +18,7 @@ nglib.makeSystem {
shutdownOnExit = true; shutdownOnExit = true;
environment = { environment = {
PATH = with pkgs; pkgs.lib.makeBinPath [ PATH = with pkgs; pkgs.lib.makeBinPath [
coreutils git ffmpeg bash coreutils git ffmpeg bash runit
]; ];
}; };
}; };