feat(cargo): add pkgs metadata alias
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m33s

This commit is contained in:
2026-02-19 21:06:38 +05:30
parent 684f6fdea5
commit 02b8a16f41

View File

@@ -13,6 +13,7 @@ in
[alias]
lldb = ["with", "rust-lldb", "--"]
t = ["nextest", "run"]
pkgs = ["metadata", "--no-deps", "--format-version", "1"]
[net]
git-fetch-with-cli = true