repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python312Packages.publicsuffixlist: 1.0.2.20241207 -> 1.0.2.20241213 (#365192)
[NixPkgs.git]
/
pkgs
/
tools
/
misc
/
3llo
/
default.nix
blob
45c1e633d050f527d3ef32511d314e756735a349
1
{ lib, bundlerApp }:
2
3
bundlerApp {
4
pname = "3llo";
5
6
gemdir = ./.;
7
8
exes = [ "3llo" ];
9
10
meta = with lib; {
11
description = "Trello interactive CLI on terminal";
12
license = licenses.mit;
13
homepage = "https://github.com/qcam/3llo";
14
maintainers = [ ];
15
};
16
}