main
Zynh Ludwig 2024-06-28 20:13:49 -07:00
parent 67ab805c92
commit e6a208887f
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export PATH="$coreutils/bin" export PATH="$coreutils/bin"
mkdir $out mkdir $out
cp *\.{png,webp} $out cp $src/*\.{png,webp} $out

View File

@ -21,6 +21,7 @@
name = "backgrounds"; name = "backgrounds";
builder = "${pkgs.bash}/bin/bash"; builder = "${pkgs.bash}/bin/bash";
args = [ ./builder.sh ]; args = [ ./builder.sh ];
src = ./.;
}; };
}); });
}; };