Fix example package
This commit is contained in:
parent
9e607a0772
commit
da50d2354b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "example-package-${version}";
|
name = "example-package-${version}";
|
||||||
version = "1.0";
|
version = "1.0";
|
||||||
|
src = ./.;
|
||||||
buildPhase = "echo echo Hello World > example";
|
buildPhase = "echo echo Hello World > example";
|
||||||
installPhase = "install -Dm755 example $out";
|
installPhase = "install -Dm755 example $out";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue