Remove example package
This commit is contained in:
parent
05005f4702
commit
e1db10bcf3
2 changed files with 3 additions and 25 deletions
|
@ -1,9 +0,0 @@
|
|||
{ stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "example-package-${version}";
|
||||
version = "1.0";
|
||||
src = ./.;
|
||||
buildPhase = "echo echo Hello World > example";
|
||||
installPhase = "install -Dm755 example $out";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue