Move stuff back to stable nixpkgs

This commit is contained in:
Natsu Kagami 2023-06-11 07:20:43 +02:00
parent 6306d0d927
commit 5bfa0c6402
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
12 changed files with 45 additions and 25 deletions

View file

@ -9,7 +9,6 @@ in
enable = mkEnableOption "Dump certs onto a given directory ";
package = mkOption {
type = types.package;
default = pkgs.unstable.traefik-certs-dumper;
description = "The certs dumper package to use";
};
destination = mkOption {