install copyparty

This commit is contained in:
Khaïs COLIN 2025-08-13 17:41:35 +02:00
parent 1e9714ba0b
commit 188ddc66c4
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
3 changed files with 121 additions and 20 deletions

View file

@ -47,6 +47,8 @@
};
mms.url = "github:mkaito/nixos-modded-minecraft-servers";
copyparty.url = "github:9001/copyparty";
};
outputs = {
nixpkgs,
@ -61,6 +63,7 @@
nixos-06cb-009a-fingerprint-sensor,
cassowary,
mms,
copyparty,
...
}: let
system = "x86_64-linux";
@ -92,6 +95,12 @@
stylix.nixosModules.stylix
./stylix.nix
copyparty.nixosModules.default
({ ... }: {
# add the copyparty overlay to expose the package to the module
nixpkgs.overlays = [ copyparty.overlays.default ];
})
];
specialArgs = {
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};