diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-27 11:50:34 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-27 11:50:34 -0700 |
commit | 7f85e81ce78b2885a515cd56894ac78b1d2983be (patch) | |
tree | e7bd0221986a95a414f858d210d825ab01b172a5 | |
parent | nas: install music-organizer (diff) | |
download | world-7f85e81ce78b2885a515cd56894ac78b1d2983be.tar.gz |
nas: install correctly music-organizer
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 |