From c4f96d2b3f3b3878d6e0bbca7e0c4cd3f5d8bc85 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 31 Jan 2025 13:50:14 -0500 Subject: Terminal (it doesn't do the colors right for some reason) --- flake.lock | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 978376b..7b198c8 100644 --- a/flake.lock +++ b/flake.lock @@ -76,7 +76,8 @@ "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", "nixpkgs-for-wasm-bindgen": "nixpkgs-for-wasm-bindgen", - "rust-overlay": "rust-overlay" + "rust-overlay": "rust-overlay", + "st": "st" } }, "rust-overlay": { @@ -99,6 +100,26 @@ "type": "github" } }, + "st": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1738300089, + "narHash": "sha256-kcLup2C1MlD/yiN7quujBSGfEH6356QggnqI+sVQHR4=", + "owner": "lcolonq", + "repo": "st", + "rev": "e982b1d75eda54ab6b3051675fb21d32b3731bb5", + "type": "github" + }, + "original": { + "owner": "lcolonq", + "repo": "st", + "type": "github" + } + }, "systems": { "locked": { "lastModified": 1681028828, -- cgit v1.2.3