readme: fix nixos overlay usage docs

This commit is contained in:
Ruby Iris Juric
2025-08-20 06:45:14 +02:00
committed by ed
parent 5e36f02595
commit 3259367007
+1 -1
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