pin sonarr

This commit is contained in:
rasmus-kirk
2025-01-14 10:28:39 +01:00
parent 3c80d221c6
commit 19e304358e
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
config,
lib,
pkgs,
nixpkgs-sonarr,
...
}:
with lib; let
@@ -21,7 +22,7 @@ in {
'';
};
package = mkPackageOption pkgs "sonarr" {};
package = mkPackageOption nixpkgs-sonarr.legacyPackages."${pkgs.system}".pkgs "sonarr" {};
stateDir = mkOption {
type = types.path;