From a124a001dbe470ef55a894fc9b240ae0e80d0d37 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 3 Dec 2023 12:43:04 +0000 Subject: [PATCH] feat(flake): add the tokei cli utility Former-commit-id: b4779cee79ff25b5c50108668d2ed4923945e55b --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 838de34..b5db910 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,8 @@ mold clang pkg-config + + tokei ]; # Specify the rust-src path (many editors rely on this) RUST_SRC_PATH = "${toolchain.rust-src}/lib/rustlib/src/rust/library";