Removed sonarr-nixpkgs input, not necessary anymore

This commit is contained in:
rasmus-kirk
2025-03-17 21:15:01 +01:00
parent 875fbd2a48
commit 01063d6c05
3 changed files with 2 additions and 27 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
config,
lib,
pkgs,
nixpkgs-sonarr,
...
}:
with lib; let
@@ -22,7 +21,7 @@ in {
'';
};
package = mkPackageOption nixpkgs-sonarr.legacyPackages."${pkgs.system}".pkgs "sonarr" {};
package = mkPackageOption pkgs "sonarr" {};
stateDir = mkOption {
type = types.path;