mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
squeezelite: fix 'cfg' reference (#56271)
This commit is contained in:
parent
251167b2d0
commit
b5c0aa9ea3
|
@ -4,6 +4,7 @@ with lib;
|
|||
|
||||
let
|
||||
dataDir = "/var/lib/squeezelite";
|
||||
cfg = config.services.squeezelite;
|
||||
|
||||
in {
|
||||
|
||||
|
|
Loading…
Reference in a new issue