From bda7f2df494ae2a5b5dd170954614ae5587450f8 Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 10 Apr 2026 03:41:06 +0100 Subject: [PATCH] flake update guestbook --- flake.lock | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 83f4a05..1995129 100644 --- a/flake.lock +++ b/flake.lock @@ -1,6 +1,75 @@ { "nodes": { + "crane": { + "locked": { + "lastModified": 1775236976, + "narHash": "sha256-gCgX+AXN7K1gAIEqcLcZHxmC+QoZcwn9m6Z9r2Az+N8=", + "owner": "ipetkov", + "repo": "crane", + "rev": "6c23998526351a53ce734f0ac84940da988ccef1", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "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" + } + }, + "guestbook": { + "inputs": { + "crane": "crane", + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1775788654, + "narHash": "sha256-vMZIDlF//N0TVEg0jJR5hKtInIkBTbnX+RG4MJv5Dpw=", + "ref": "refs/heads/main", + "rev": "e445f8631b22d052cbd69ac59c6490cdf540ee2c", + "revCount": 67, + "type": "git", + "url": "https://git.ily.rs/lew/guestbook" + }, + "original": { + "type": "git", + "url": "https://git.ily.rs/lew/guestbook" + } + }, "nixpkgs": { + "locked": { + "lastModified": 1775763530, + "narHash": "sha256-BuTK9z1QEwWPOIakQ1gCN4pa4VwVJpfptYCviy2uOGc=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b0188973b4b2a5b6bdba8b65381d6cd09a533da0", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { "locked": { "lastModified": 1775002709, "narHash": "sha256-d3Yx83vSrN+2z/loBh4mJpyRqr9aAJqlke4TkpFmRJA=", @@ -18,7 +87,8 @@ }, "root": { "inputs": { - "nixpkgs": "nixpkgs", + "guestbook": "guestbook", + "nixpkgs": "nixpkgs_2", "sops-nix": "sops-nix" } }, @@ -41,6 +111,21 @@ "repo": "sops-nix", "type": "github" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root",