src dir?
This commit is contained in:
parent
67ab805c92
commit
e6a208887f
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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 = ./.;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue