Compare commits

...

No commits in common. "c2e0ef5886c3a197253c213de2f3e0a888edad6f" and "0bfe8604aec316671d27863ac0acb18ce5c2edfa" have entirely different histories.

8 changed files with 2 additions and 4 deletions

View file

View file

@ -4,13 +4,11 @@ stdenv.mkDerivation rec {
name = "dadadaScripts";
version = "1";
#src = ./src;
buildPhase = "";
installPhase = ''
mkdir -p $out/bin
cp * $out/bin
mkdir -p $out/
cp -r bin $out/
'';
meta = with stdenv.lib; {