readme: fix nixos overlay usage docs

This commit is contained in:
Ruby Iris Juric 2025-08-20 11:36:24 +10:00 committed by ed
parent 5e36f02595
commit 3259367007

View file

@ -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