bundlerUpdateScript: init and use (#64822)
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
{ lib, bundlerApp }:
|
||||
{ lib, bundlerApp, bundlerUpdateScript }:
|
||||
|
||||
bundlerApp {
|
||||
pname = "t";
|
||||
gemdir = ./.;
|
||||
exes = [ "t" ];
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "t";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command-line power tool for Twitter";
|
||||
homepage = http://sferik.github.io/t/;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ offline manveru ];
|
||||
maintainers = with maintainers; [ offline manveru nicknovitski ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user