1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-08-02 12:14:46 +02:00
haze/nix/image/scripts.nix

5 lines
90 B
Nix

{runCommand}:
runCommand "scripts" {} ''
mkdir -p $out
cp -r ${./scripts} $out/bin
''