diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/profiles/nas.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix index 314b405..f585550 100644 --- a/hosts/profiles/nas.nix +++ b/hosts/profiles/nas.nix @@ -1,5 +1,5 @@ { inputs, config, pkgs, lib, ... }: -let music-organizer = inputs.mytools.music-organizer.${pkgs.system}; +let music-organizer = inputs.mytools.packages.${pkgs.system}.music-organizer; in { imports = [ # other profiles |