File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 14
14
metaler = map ( withCategory "metal" ) ;
15
15
integrator = map ( withCategory "integrations" ) ;
16
16
tooler = map ( withCategory "tools" ) ;
17
+ baser = map ( withCategory "baser" ) ;
17
18
18
19
_file = "github:input-outupt-hk/devshell-capsules" ;
19
20
in {
24
25
nixpkgs' = nixpkgs . ${ pkgs . system } ;
25
26
iogo = inputs . iogo . defaultPackage . ${ pkgs . system } ;
26
27
in {
28
+ commands = baser [
29
+ { package = nixpkgs' . arion ; }
30
+ ] ;
27
31
packages = with nixpkgs' ; [
28
32
iogo
29
33
treefmt
89
93
in {
90
94
inherit _file ;
91
95
commands = metaler [
92
- {
93
- package = nixpkgs' . vault-bin ;
94
- name = "vault" ;
95
- }
96
- { package = nixpkgs' . consul ; }
97
96
{ package = bitte ; }
98
97
{ package = ragenix ; }
99
98
{
126
125
{
127
126
package = nixpkgs' . bitwarden-cli ;
128
127
name = "bw" ;
128
+ help = "cli to interact with vaultwarden" ;
129
129
}
130
130
] ;
131
131
} ;
146
146
}
147
147
{ package = nixpkgs' . curlie ; }
148
148
{ package = nixpkgs' . pwgen ; }
149
- { package = nixpkgs' . difftastic ; }
149
+ {
150
+ package = nixpkgs' . difftastic ;
151
+ name = "difft" ;
152
+ }
150
153
] ;
151
154
} ;
152
155
You can’t perform that action at this time.
0 commit comments