From 834276fbc39d74612f5dcde1283cdedbfef8a758 Mon Sep 17 00:00:00 2001 From: steven carpenter Date: Tue, 15 Jul 2025 09:27:25 -0400 Subject: [PATCH] added yunodo-redux input --- flake.lock | 50 +++++++++++++++++++++++++++++++++++++++++++++++- flake.nix | 1 + hosts/katana.nix | 1 + 3 files changed, 51 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 4650b2e..650c0c2 100644 --- a/flake.lock +++ b/flake.lock @@ -153,6 +153,20 @@ "type": "github" } }, + "flake-schemas": { + "locked": { + "lastModified": 1721999734, + "narHash": "sha256-G5CxYeJVm4lcEtaO87LKzOsVnWeTcHGKbKxNamNWgOw=", + "rev": "0a5c42297d870156d9c57d8f99e476b738dcd982", + "revCount": 75, + "type": "tarball", + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/flake-schemas/0.1.5/0190ef2f-61e0-794b-ba14-e82f225e55e6/source.tar.gz" + }, + "original": { + "type": "tarball", + "url": "https://flakehub.com/f/DeterminateSystems/flake-schemas/%2A" + } + }, "gitignore": { "inputs": { "nixpkgs": [ @@ -808,6 +822,20 @@ "type": "github" } }, + "nixpkgs_10": { + "locked": { + "lastModified": 1752308619, + "narHash": "sha256-pzrVLKRQNPrii06Rm09Q0i0dq3wt2t2pciT/GNq5EZQ=", + "rev": "650e572363c091045cdbc5b36b0f4c1f614d3058", + "revCount": 806273, + "type": "tarball", + "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2505.806273%2Brev-650e572363c091045cdbc5b36b0f4c1f614d3058/019804de-4447-7b40-88ef-4e58b0e7553e/source.tar.gz" + }, + "original": { + "type": "tarball", + "url": "https://flakehub.com/f/NixOS/nixpkgs/%2A" + } + }, "nixpkgs_2": { "locked": { "lastModified": 1750622754, @@ -990,7 +1018,8 @@ "nixpkgs": "nixpkgs_2", "sk-extract": "sk-extract", "sops-nix": "sops-nix", - "xremap": "xremap" + "xremap": "xremap", + "yunodo": "yunodo" } }, "sk-extract": { @@ -1206,6 +1235,25 @@ "repo": "xremap", "type": "github" } + }, + "yunodo": { + "inputs": { + "flake-schemas": "flake-schemas", + "nixpkgs": "nixpkgs_10" + }, + "locked": { + "lastModified": 1752585859, + "narHash": "sha256-QQD++CqMHHzLU+FLjPgkhGfs5WwhtikarDEShyd3w3s=", + "ref": "refs/heads/main", + "rev": "9e9a9e4f1e4f909bb3d3bf32a2a80549fffa7786", + "revCount": 15, + "type": "git", + "url": "https://git.skdevstudios.com/specCon18/yunodo_redux.git" + }, + "original": { + "type": "git", + "url": "https://git.skdevstudios.com/specCon18/yunodo_redux.git" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index fa8d3b8..04f3e68 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ xremap.url = "github:xremap/nix-flake"; hyprland.url = "github:hyprwm/Hyprland"; sk-extract.url = "git+https://git.skdevstudios.com/specCon18/sk_extract.git"; + yunodo.url = "git+https://git.skdevstudios.com/specCon18/yunodo_redux.git"; }; outputs = { self, nixpkgs, ... }@inputs: { diff --git a/hosts/katana.nix b/hosts/katana.nix index db3f704..3b3f334 100644 --- a/hosts/katana.nix +++ b/hosts/katana.nix @@ -145,6 +145,7 @@ lazygit # Git tui written in rust glow # Markdown renderer for terminal inputs.sk-extract.packages.${system}.default + inputs.yunodo.packages.${system}.default ]; # Fonts