mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
7 lines
150 B
Nix
7 lines
150 B
Nix
{runCommand}:
|
|
runCommand "configs" {} ''
|
|
mkdir -p $out
|
|
cp -r ${./configs} $out/etc
|
|
chmod -R +w $out/etc
|
|
mkdir $out/etc/supervisor/enabled/
|
|
''
|