diff options
| author | Fuwn <[email protected]> | 2024-09-19 23:16:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-19 23:16:01 -0700 |
| commit | fab2a576a8bae60d6d4029e6a09eaf925ab2840f (patch) | |
| tree | 21f4d37740dec6b3324bdb03536ea9abcb6d8ad4 | |
| parent | lock: bump (diff) | |
| download | nixos-config-fab2a576a8bae60d6d4029e6a09eaf925ab2840f.tar.xz nixos-config-fab2a576a8bae60d6d4029e6a09eaf925ab2840f.zip | |
development: add code-stats-ls
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | home/ebisu/fortune/development/tools/default.nix | 3 |
2 files changed, 5 insertions, 4 deletions
@@ -1250,11 +1250,11 @@ ] }, "locked": { - "lastModified": 1726797912, - "narHash": "sha256-+x33FPHrTiUUSse2Y5hNcvLgXNbIciamfcqEIFJV7RM=", + "lastModified": 1726812811, + "narHash": "sha256-ZjFAW1SWw+GOiq300/cPlbulU32HWannx3ZF96wjvac=", "owner": "Fuwn", "repo": "tsutsumi", - "rev": "5db7ce681e420f5c870c0b92f7da90968f21269a", + "rev": "084e67c46ae414c53b9386aeefe594e11928b3ef", "type": "github" }, "original": { diff --git a/home/ebisu/fortune/development/tools/default.nix b/home/ebisu/fortune/development/tools/default.nix index 7746584..b9d7ce6 100644 --- a/home/ebisu/fortune/development/tools/default.nix +++ b/home/ebisu/fortune/development/tools/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, inputs, ... }: { imports = [ ./build.nix @@ -17,5 +17,6 @@ global valgrind mise + inputs.tsutsumi.packages.${pkgs.system}.code-stats-ls ]; } |