nix: cleanup

This commit is contained in:
raf 2025-02-05 04:03:51 +03:00
commit 0266e3930c
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
4 changed files with 21 additions and 13 deletions

View file

@ -19,8 +19,10 @@ mkShell {
gcc
clippy
rustfmt
rustc
# For TLS and friends
openssl
pkg-config
rustc
];
}