Flake: add copyparty flake

This commit is contained in:
Toast 2025-07-30 00:18:55 +02:00
parent 283ef9c680
commit 5fc8c72a51
2 changed files with 45 additions and 3 deletions

44
flake.lock generated
View file

@ -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",

View file

@ -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
];
};