diff --git a/flake.lock b/flake.lock index 8b3d6c3..139b666 100644 --- a/flake.lock +++ b/flake.lock @@ -149,6 +149,24 @@ "type": "github" } }, + "flake-utils_2": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "gitignore": { "inputs": { "nixpkgs": [ @@ -258,6 +276,28 @@ "type": "github" } }, + "nix-github-actions": { + "inputs": { + "nixpkgs": [ + "server_tools", + "poetry2nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1703863825, + "narHash": "sha256-rXwqjtwiGKJheXB43ybM8NwWB8rO2dSRrEqes0S7F5Y=", + "owner": "nix-community", + "repo": "nix-github-actions", + "rev": "5163432afc817cf8bd1f031418d1869e4c9d5547", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-github-actions", + "type": "github" + } + }, "nix-index-database": { "inputs": { "nixpkgs": [ @@ -413,6 +453,34 @@ "type": "github" } }, + "poetry2nix": { + "inputs": { + "flake-utils": [ + "server_tools", + "flake-utils" + ], + "nix-github-actions": "nix-github-actions", + "nixpkgs": [ + "server_tools", + "nixpkgs" + ], + "systems": "systems_2", + "treefmt-nix": "treefmt-nix" + }, + "locked": { + "lastModified": 1719850884, + "narHash": "sha256-UU/lVTHFx0GpEkihoLJrMuM9DcuhZmNe3db45vshSyI=", + "owner": "nix-community", + "repo": "poetry2nix", + "rev": "42262f382c68afab1113ebd1911d0c93822d756e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "poetry2nix", + "type": "github" + } + }, "pre-commit-hooks": { "inputs": { "flake-compat": [ @@ -459,8 +527,9 @@ "nixpkgs-stable": "nixpkgs-stable", "pre-commit-hooks": "pre-commit-hooks", "rust-overlay": "rust-overlay", + "server_tools": "server_tools", "sops-nix": "sops-nix", - "systems": "systems", + "systems": "systems_3", "wired-notify": "wired-notify" } }, @@ -526,6 +595,28 @@ "type": "github" } }, + "server_tools": { + "inputs": { + "flake-utils": "flake-utils_2", + "nixpkgs": [ + "nixpkgs" + ], + "poetry2nix": "poetry2nix" + }, + "locked": { + "lastModified": 1720321594, + "narHash": "sha256-deXQfj0HVDD8IEbVprCciILSqRpKw3sCKD/qLBw7dAI=", + "owner": "RAD-Development", + "repo": "server_tools", + "rev": "003f7fd295cb876e8b72d1d5ef0bb376140cb8c1", + "type": "github" + }, + "original": { + "owner": "RAD-Development", + "repo": "server_tools", + "type": "github" + } + }, "sops-nix": { "inputs": { "nixpkgs": [ @@ -564,6 +655,57 @@ "type": "github" } }, + "systems_2": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "id": "systems", + "type": "indirect" + } + }, + "systems_3": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "server_tools", + "poetry2nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1719749022, + "narHash": "sha256-ddPKHcqaKCIFSFc/cvxS14goUhCOAwsM1PbMr0ZtHMg=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "8df5ff62195d4e67e2264df0b7f5e8c9995fd0bd", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } + }, "wired-notify": { "inputs": { "flake-parts": [ diff --git a/flake.nix b/flake.nix index b2ad008..3e6367d 100644 --- a/flake.nix +++ b/flake.nix @@ -118,6 +118,11 @@ }; }; + server_tools = { + url = "github:RAD-Development/server_tools"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + wired-notify = { url = "github:Toqozz/wired-notify"; inputs = {