diff --git a/README.md b/README.md index 532f181a..7c42b833 100644 --- a/README.md +++ b/README.md @@ -2390,7 +2390,7 @@ in imports = [ "${copyparty}/contrib/nixos/modules/copyparty.nix" ]; # add the copyparty overlay to expose the package to the module - nixpkgs.overlays = [ "${copyparty}/contrib/package/nix/overlay.nix" ]; + nixpkgs.overlays = [ (import "${copyparty}/contrib/package/nix/overlay.nix") ]; # (optional) install the package globally environment.systemPackages = [ pkgs.copyparty ]; # configure the copyparty module