From fd5008d5a0ce9a647faf527d9d9debf8d0613e4b Mon Sep 17 00:00:00 2001 From: XNM Date: Thu, 19 Oct 2023 20:02:11 +0300 Subject: [PATCH] added packages: zig, cargo-bloat, cargo-tarpaulin --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 4b6f6db..b0c1638 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -428,6 +428,7 @@ (python311Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip])) nodejs_20 bun + zig python311Packages.python-lsp-server nodePackages_latest.nodemon @@ -449,11 +450,13 @@ cargo-edit cargo-outdated cargo-license + cargo-tarpaulin cargo-cross cargo-zigbuild cargo-nextest cargo-spellcheck cargo-modules + cargo-bloat # cargo bacon taplo #toml formatter & lsp