From 8a700174b1ce1c1da24262f05845d116bc14ceac Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 27 Jan 2025 11:17:09 +0100 Subject: [PATCH] Flake: add shows-api input --- flake.lock | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++- flake.nix | 2 ++ 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 96bd81a..4a15203 100644 --- a/flake.lock +++ b/flake.lock @@ -613,6 +613,18 @@ "type": "github" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 0, + "narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=", + "path": "/nix/store/l9nb64iii15y0nr37qrs1cfm6rlpg6gh-source", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, "nur": { "inputs": { "flake-parts": "flake-parts", @@ -700,7 +712,8 @@ "nixpkgs-unstable-raw": "nixpkgs-unstable-raw", "nur": "nur", "plasma-manager": "plasma-manager", - "secrets": "secrets" + "secrets": "secrets", + "shows-api": "shows-api" } }, "secrets": { @@ -719,6 +732,25 @@ "url": "ssh://forgejo@git.everest.tailscale:4222/Toast/nix-secrets" } }, + "shows-api": { + "inputs": { + "nixpkgs": "nixpkgs_3", + "utils": "utils" + }, + "locked": { + "lastModified": 1737914989, + "narHash": "sha256-9rOs5bFZ3BQb3SgGn0dF3fCdVQZ0Zdr9nj2LhO+t5uc=", + "ref": "refs/heads/main", + "rev": "be97a926ce75b9fbe278e4ba519e9273c238316c", + "revCount": 13, + "type": "git", + "url": "ssh://forgejo@git.everest.tailscale:4222/Toast/shows-api.git" + }, + "original": { + "type": "git", + "url": "ssh://forgejo@git.everest.tailscale:4222/Toast/shows-api.git" + } + }, "systems": { "locked": { "lastModified": 1681028828, @@ -779,6 +811,21 @@ "type": "github" } }, + "systems_5": { + "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": [ @@ -799,6 +846,24 @@ "repo": "treefmt-nix", "type": "github" } + }, + "utils": { + "inputs": { + "systems": "systems_5" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index bc6be42..92cad5f 100644 --- a/flake.nix +++ b/flake.nix @@ -88,6 +88,8 @@ url = "github:catppuccin/konsole"; flake = false; }; + + shows-api.url = "git+ssh://forgejo@git.everest.tailscale:4222/Toast/shows-api.git"; }; outputs = {...} @ inputs: