Skip to content

Commit d90eb99

Browse files
committed
fix/imp: help text / add arion
1 parent 3a25801 commit d90eb99

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

flake.nix

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
metaler = map (withCategory "metal");
1515
integrator = map (withCategory "integrations");
1616
tooler = map (withCategory "tools");
17+
baser = map (withCategory "baser");
1718

1819
_file = "github:input-outupt-hk/devshell-capsules";
1920
in {
@@ -24,6 +25,9 @@
2425
nixpkgs' = nixpkgs.${pkgs.system};
2526
iogo = inputs.iogo.defaultPackage.${pkgs.system};
2627
in {
28+
commands = baser [
29+
{package = nixpkgs'.arion;}
30+
];
2731
packages = with nixpkgs'; [
2832
iogo
2933
treefmt
@@ -89,11 +93,6 @@
8993
in {
9094
inherit _file;
9195
commands = metaler [
92-
{
93-
package = nixpkgs'.vault-bin;
94-
name = "vault";
95-
}
96-
{package = nixpkgs'.consul;}
9796
{package = bitte;}
9897
{package = ragenix;}
9998
{
@@ -126,6 +125,7 @@
126125
{
127126
package = nixpkgs'.bitwarden-cli;
128127
name = "bw";
128+
help = "cli to interact with vaultwarden";
129129
}
130130
];
131131
};
@@ -146,7 +146,10 @@
146146
}
147147
{package = nixpkgs'.curlie;}
148148
{package = nixpkgs'.pwgen;}
149-
{package = nixpkgs'.difftastic;}
149+
{
150+
package = nixpkgs'.difftastic;
151+
name = "difft";
152+
}
150153
];
151154
};
152155

0 commit comments

Comments
 (0)