Refactor NixOS module and flake configuration for lidarr-mb-gap
- Updated `flake.nix` to streamline output definitions and improve readability. - Refactored NixOS module configurations in `nixos/lidarr-mb-gap.nix` for better structure and clarity. - Simplified the package import process in `nix/package.nix` by removing unnecessary parameters. - Enhanced example configurations in `nixos/EXAMPLE_CONFIG.nix` to align with the new structure.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, src }:
|
||||
{ pkgs, src }:
|
||||
|
||||
pkgs.python3Packages.buildPythonApplication {
|
||||
pname = "lidarr-mb-gap";
|
||||
@@ -17,4 +17,3 @@ pkgs.python3Packages.buildPythonApplication {
|
||||
description = "Lidarr to MusicBrainz Missing Albums Finder";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user