chickenEggs.feature-test: init at 0.2.0

This commit is contained in:
Daniel Nagy
2022-05-03 22:52:50 +02:00
parent b756fabd1a
commit e31de32396
@@ -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";