change basically everything
It's a good thing that I'm not collaborating with anyone on this repository, because this is REALLY bad practice.
This commit is contained in:
parent
a3b53b180c
commit
afb4b62827
24 changed files with 68 additions and 187 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ stdenv
|
||||
{ stdenvNoCC
|
||||
, bash
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "soe";
|
||||
version = "1.0";
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "hello";
|
||||
version = "0.1";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
|
@ -12,6 +12,6 @@ stdenv.mkDerivation {
|
|||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp soe $out/bin
|
||||
cp hello $out/bin
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue