From 5fc8c72a5138e3e59a7af3a8b8aae9e3bf4eac6b Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 30 Jul 2025 00:18:55 +0200 Subject: [PATCH] Flake: add copyparty flake --- flake.lock | 44 +++++++++++++++++++++++++++++++++++++++++--- flake.nix | 4 ++++ 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 1e9e29b..88f3641 100644 --- a/flake.lock +++ b/flake.lock @@ -57,6 +57,28 @@ "type": "github" } }, + "copyparty": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs-raw" + ] + }, + "locked": { + "lastModified": 1753804059, + "narHash": "sha256-gcjFZpwC4OrwvTXJbBLXhrGqHs3vH8v2UtZ5cR2qbJ4=", + "owner": "toast003", + "repo": "copyparty", + "rev": "7dff81840bf72c2c4983a4b93063032c1f98f2e7", + "type": "github" + }, + "original": { + "owner": "toast003", + "ref": "nix-overhaul", + "repo": "copyparty", + "type": "github" + } + }, "eza-themes": { "flake": false, "locked": { @@ -74,6 +96,21 @@ } }, "flake-utils": { + "locked": { + "lastModified": 1678901627, + "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { "inputs": { "systems": "systems_2" }, @@ -91,7 +128,7 @@ "type": "github" } }, - "flake-utils_2": { + "flake-utils_3": { "inputs": { "systems": "systems_3" }, @@ -238,7 +275,7 @@ }, "lix-module": { "inputs": { - "flake-utils": "flake-utils", + "flake-utils": "flake-utils_2", "flakey-profile": "flakey-profile", "lix": [ "lix" @@ -261,7 +298,7 @@ }, "lix-module-unstable": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils_3", "flakey-profile": "flakey-profile_2", "lix": [ "lix" @@ -465,6 +502,7 @@ "agenix": "agenix", "catppuccin": "catppuccin", "catppuccin-konsole": "catppuccin-konsole", + "copyparty": "copyparty", "eza-themes": "eza-themes", "home-manager": "home-manager_2", "home-manager-unstable": "home-manager-unstable", diff --git a/flake.nix b/flake.nix index 275efa9..c16a70a 100644 --- a/flake.nix +++ b/flake.nix @@ -36,6 +36,9 @@ nix-impermanence.url = "github:nix-community/impermanence"; + copyparty.url = "github:toast003/copyparty/nix-overhaul"; + copyparty.inputs.nixpkgs.follows = "nixpkgs-raw"; + /* These are the same input, just following different nixpkgs versions This avoids some wierdness when using one that follows unstable on a stable nixpkgs @@ -218,6 +221,7 @@ Everest = { stable = true; modules = [ + copyparty.nixosModules.default ./roles/server ]; };