cadre: init at 1.0.4
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user