chore(flake.nix): Remove unused cargo build deps

This commit is contained in:
Tristan Daniël Maat 2025-06-30 22:11:20 +08:00
parent 961410206a
commit 3cf3777e55
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 4 additions and 10 deletions

6
flake.lock generated
View file

@ -746,11 +746,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1750960134, "lastModified": 1751230698,
"narHash": "sha256-5FAvzqSmG34Y6AAnOJU7DB1ABSCn5LTSAV3B7CPR0nA=", "narHash": "sha256-ANWE9dHPeACz3SIbUhbWZforTgfAvOS5Tg1l4yYa/B0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ba6b0351137bdefe18cfbab2de47deb59c8096f5", "rev": "e410afb41ba16a2ceeaeff85c536d35f10bbbdcf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -154,13 +154,7 @@
nixpkgs-fmt nixpkgs-fmt
cargo packwiz
clippy
rustc
rustfmt
rust-analyzer
pkg-config
openssl
]; ];
}; };
}; };