From d7a3ecdc8ffa4bbf6935acab4e23e9f38ec51fb8 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 23 Mar 2026 22:40:48 -0700 Subject: [PATCH] add sgard, update lector. --- configs/desktop-packages-light.nix | 4 +- flake.lock | 63 ++++++++++++++++++++++++++++-- flake.nix | 3 ++ 3 files changed, 64 insertions(+), 6 deletions(-) diff --git a/configs/desktop-packages-light.nix b/configs/desktop-packages-light.nix index 5298b3e..196a3bd 100644 --- a/configs/desktop-packages-light.nix +++ b/configs/desktop-packages-light.nix @@ -61,7 +61,7 @@ # my warez inputs.kte.packages.x86_64-linux.kge - inputs.lector.packages.${system}.default - inputs.lector.packages.${system}.tui + inputs.lector.packages.${system}.default # gui & tui + inputs.sgard.packages.${system}.default ]; } diff --git a/flake.lock b/flake.lock index b88b5ae..084d389 100644 --- a/flake.lock +++ b/flake.lock @@ -38,6 +38,24 @@ "type": "github" } }, + "flake-utils_2": { + "inputs": { + "systems": "systems_2" + }, + "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": [ @@ -86,11 +104,11 @@ ] }, "locked": { - "lastModified": 1774322611, - "narHash": "sha256-McYZTnk6ZgC5u/d+9S2QLww59qk7lh5Iw8DclLrH6nU=", + "lastModified": 1774325330, + "narHash": "sha256-NvknQvJKrVu7QGgt1gvmNbgtAtTJ6SBXBY4fucSD/+Y=", "owner": "kisom", "repo": "lector", - "rev": "410f6fb8e522dfa8c905ac4d7db72764a7a1a931", + "rev": "868aa6feb9daef39e4781bf8060b84898ac63420", "type": "github" }, "original": { @@ -174,7 +192,29 @@ "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", - "nixpkgs-unstable": "nixpkgs-unstable" + "nixpkgs-unstable": "nixpkgs-unstable", + "sgard": "sgard" + } + }, + "sgard": { + "inputs": { + "flake-utils": "flake-utils_2", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1774330733, + "narHash": "sha256-TjUosWB2xQ+bRLnCrNrkbX8CnGxxRlNSsn0AWI+vqBI=", + "owner": "kisom", + "repo": "sgard", + "rev": "b1313c10483321792246d18b53f37ec9a2e4edc5", + "type": "github" + }, + "original": { + "owner": "kisom", + "repo": "sgard", + "type": "github" } }, "systems": { @@ -191,6 +231,21 @@ "repo": "default", "type": "github" } + }, + "systems_2": { + "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", diff --git a/flake.nix b/flake.nix index a0b4595..69c9aa3 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,9 @@ lector.url = "github:kisom/lector"; lector.inputs.nixpkgs.follows = "nixpkgs"; + + sgard.url = "github:kisom/sgard"; + sgard.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = inputs@{