We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c7faa commit 808a62dCopy full SHA for 808a62d
flake.nix
@@ -69,6 +69,11 @@
69
{package = nixpkgs'.consul;}
70
{package = nixpkgs'.nomad;}
71
{package = nixpkgs'.sops;}
72
+ {
73
+ name = "htdigest";
74
+ command = ''${nixpkgs'.apacheHttpd}/bin/htdigest "$@"'';
75
+ help = "create new http authentication tokens";
76
+ }
77
{package = nixpkgs'.skopeo;}
78
{
79
package = nixpkgs'.writeShellApplication {
0 commit comments