Simplify dummy
This commit is contained in:
parent
76b0a239e3
commit
cff653d164
@ -2,8 +2,7 @@
|
||||
stdenv
|
||||
}:
|
||||
|
||||
{
|
||||
hello = stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dummy";
|
||||
|
||||
src = null;
|
||||
@ -20,5 +19,4 @@
|
||||
|
||||
chmod +x $out/bin/dummy
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user