Skip to content

Commit 808a62d

Browse files
nrdxpblaggacao
authored andcommitted
add(cloud): htdigest
1 parent c1c7faa commit 808a62d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
{package = nixpkgs'.consul;}
7070
{package = nixpkgs'.nomad;}
7171
{package = nixpkgs'.sops;}
72+
{
73+
name = "htdigest";
74+
command = ''${nixpkgs'.apacheHttpd}/bin/htdigest "$@"'';
75+
help = "create new http authentication tokens";
76+
}
7277
{package = nixpkgs'.skopeo;}
7378
{
7479
package = nixpkgs'.writeShellApplication {

0 commit comments

Comments
 (0)