1
0
Fork 1
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:
Will Dietz 2019-02-23 18:28:02 -06:00 committed by GitHub
parent 251167b2d0
commit b5c0aa9ea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ with lib;
let
dataDir = "/var/lib/squeezelite";
cfg = config.services.squeezelite;
in {