diff options
author | pennae <github@quasiparticle.net> | 2024-08-17 01:23:36 +0200 |
---|---|---|
committer | pennae <github@quasiparticle.net> | 2024-08-17 01:23:36 +0200 |
commit | 22711c21d0213ae78132c28b56be98f9d53af456 (patch) | |
tree | d4038d44a3c372f806444a556d97b3658efb1338 /flake.nix | |
parent | 231b3fcc43fec88c204cc3b8c5a29c2437690f01 (diff) | |
download | minor-skulk-main.tar.gz minor-skulk-main.tar.xz minor-skulk-main.zip |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ devShells.default = pkgs.mkShell { inputsFrom = [ packages.default ]; packages = with pkgs; [ - cargo-audit + # cargo-audit rustfmt rust-analyzer clippy |