diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-22 10:54:48 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-22 21:37:13 +0200 |
commit | 5975ea73baa4bbdbb38ae9f68cf8a554ae04827c (patch) | |
tree | 25d53965839a97ab83151316679b4ed300c2598e /pkgs/by-name/sh/sharkey/package.nix | |
parent | tests/{common,email-dns}: Move last part of acme and dns handling to common (diff) | |
download | nixos-server-5975ea73baa4bbdbb38ae9f68cf8a554ae04827c.zip |
pkgs/sharkey: Init
This is largely based on: https://github.com/sodiboo/system/blob/b63c7b27f49043e8701b3ff5e1441cd27d5a2fff/sharkey/package.nix
Diffstat (limited to 'pkgs/by-name/sh/sharkey/package.nix')
-rw-r--r-- | pkgs/by-name/sh/sharkey/package.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/by-name/sh/sharkey/package.nix b/pkgs/by-name/sh/sharkey/package.nix new file mode 100644 index 0000000..22261fa --- /dev/null +++ b/pkgs/by-name/sh/sharkey/package.nix @@ -0,0 +1,4 @@ +{pkgsUnstable}: +# NOTE(@bpeetz): The package was written for unstable, and I don't see a reason to migrate +# it back, considering that 25.05 is right around the corner. <2025-04-22> +pkgsUnstable.callPackage ./unstable_package.nix {} |