This commit is contained in:
2024-03-17 18:35:27 +00:00
parent 7a43e9b19d
commit 10babe814b
4 changed files with 36 additions and 21 deletions
-1
View File
@@ -19,7 +19,6 @@ pkgs.stdenv.mkDerivation {
installPhase = ''
mkdir -p $out
cp -R ./* $out
# rm Background.jpg
cp -r ${image} $out/Background.jpg
'';
}