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 /home | |
| parent | lock: bump (diff) | |
| download | nixos-config-fab2a576a8bae60d6d4029e6a09eaf925ab2840f.tar.xz nixos-config-fab2a576a8bae60d6d4029e6a09eaf925ab2840f.zip | |
development: add code-stats-ls
Diffstat (limited to 'home')
| -rw-r--r-- | home/ebisu/fortune/development/tools/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 ]; } |