remove unneccesary installation of copyparty package

This commit is contained in:
wi11-holdsworth 2025-09-10 17:26:52 +10:00
parent a072cf4649
commit 22585ef669

View file

@ -61,7 +61,6 @@ in
owner = "copyparty"; owner = "copyparty";
}; };
environment.systemPackages = [ pkgs.copyparty ];
nixpkgs.overlays = [ inputs.copyparty.overlays.default ]; nixpkgs.overlays = [ inputs.copyparty.overlays.default ];
}; };