mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
5 lines
90 B
Nix
5 lines
90 B
Nix
{runCommand}:
|
|
runCommand "scripts" {} ''
|
|
mkdir -p $out
|
|
cp -r ${./scripts} $out/bin
|
|
''
|