chickenEggs.feature-test: init at 0.2.0

This commit is contained in:
Daniel Nagy 2021-02-14 00:43:33 +01:00
parent b756fabd1a
commit e31de32396
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -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";