diff options
author | breezystatic77 | 2025-01-26 12:42:38 -0500 |
---|---|---|
committer | breezystatic77 | 2025-01-26 12:42:38 -0500 |
commit | 132656592ffc377ea72f70294fd55e25b335ad8f (patch) | |
tree | 4fba4b1bca1e08ac3585cc51ee6174b21ef55295 /flake.nix | |
parent | e6f297aef0ccfafa46e077adfb1a48f8a62e6043 (diff) |
use clap
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,8 +36,9 @@ }; devShells.default = craneLib.devShell { checks = self.checks.${system}; + inputsFrom = [pitch-lake]; DICTIONARY_FILE_PATH = dictionaryFile; - packages = []; + packages = [pkgs.rust-analyzer]; }; }); } |