mirror of
https://github.com/9001/copyparty.git
synced 2025-08-20 02:12:20 -06:00
readme: fix nixos overlay usage docs
This commit is contained in:
parent
5e36f02595
commit
3259367007
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue