bundlerUpdateScript: init and use (#64822)
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
{ lib, bundlerApp }:
|
||||
{ lib, bundlerApp, bundlerUpdateScript }:
|
||||
|
||||
bundlerApp {
|
||||
pname = "lolcat";
|
||||
gemdir = ./.;
|
||||
exes = [ "lolcat" ];
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "lolcat";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A rainbow version of cat";
|
||||
homepage = https://github.com/busyloop/lolcat;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ StillerHarpo manveru ];
|
||||
maintainers = with maintainers; [ StillerHarpo manveru nicknovitski ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user