diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-31 13:50:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-31 13:50:14 -0500 |
| commit | c4f96d2b3f3b3878d6e0bbca7e0c4cd3f5d8bc85 (patch) | |
| tree | 422e7075f191badb3ccee2c02bd24332e6ee5b9e /flake.lock | |
| parent | 7e1ccc9f3e83d7b807ffaa7706085437df69fb67 (diff) | |
Terminal (it doesn't do the colors right for some reason)
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -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, |
