From 2e83f21dcfdc769464360279a5304577753b10ac Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 23 Mar 2026 19:16:54 -0700 Subject: [PATCH] Update flake.lock --- flake.lock | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/flake.lock b/flake.lock index ec332b7..afe2ed9 100644 --- a/flake.lock +++ b/flake.lock @@ -20,6 +20,24 @@ "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" + } + }, "ke": { "inputs": { "nixpkgs": [ @@ -60,6 +78,27 @@ "url": "https://git.wntrmute.dev/kyle/kte" } }, + "lector": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1774317811, + "narHash": "sha256-M6ISA6W4eC2wXb8TdrRUHOtDkOzHni88tI9mdd9glA0=", + "owner": "kisom", + "repo": "lector", + "rev": "497f0e2e479c8505c32209342eb385e0fb361f93", + "type": "github" + }, + "original": { + "owner": "kisom", + "repo": "lector", + "type": "github" + } + }, "nix-index-database": { "inputs": { "nixpkgs": [ @@ -131,11 +170,27 @@ "disko": "disko", "ke": "ke", "kte": "kte", + "lector": "lector", "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable" } + }, + "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",