Compare commits
No commits in common. "c2e0ef5886c3a197253c213de2f3e0a888edad6f" and "0bfe8604aec316671d27863ac0acb18ce5c2edfa" have entirely different histories.
c2e0ef5886
...
0bfe8604ae
8 changed files with 2 additions and 4 deletions
|
@ -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; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue