cadre: init at 1.0.4

This commit is contained in:
Judson
2019-02-26 13:38:51 -08:00
parent c9d5546635
commit 91baf80786
5 changed files with 74 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{ lib, bundlerApp }:
bundlerApp {
pname = "cadre";
gemdir = ./.;
exes = [ "cadre" ];
meta = with lib; {
description = "Toolkit to add Ruby development - in-editor coverage, libnotify of test runs";
homepage = https://github.com/nyarly/cadre;
license = licenses.mit;
maintainers = [ maintainers.nyarly ];
platforms = platforms.unix;
};
}