chickenEggs.feature-test: init at 0.2.0
This commit is contained in:
parent
b756fabd1a
commit
e31de32396
1 changed files with 14 additions and 0 deletions
|
@ -92,6 +92,20 @@ rec {
|
|||
];
|
||||
};
|
||||
|
||||
feature-test = eggDerivation {
|
||||
name = "feature-test-0.2.0";
|
||||
|
||||
src = fetchegg {
|
||||
name = "feature-test";
|
||||
version = "0.2.0";
|
||||
sha256 = "1dxdisv64d8alg6r45cwxf5gmdpcvql1hvlq808lgwphd7kvfpgr";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
intarweb = eggDerivation {
|
||||
name = "intarweb-2.0.1";
|
||||
|
||||
|
|
Loading…
Reference in a new issue