aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbreezystatic772025-01-26 12:42:38 -0500
committerbreezystatic772025-01-26 12:42:38 -0500
commit132656592ffc377ea72f70294fd55e25b335ad8f (patch)
tree4fba4b1bca1e08ac3585cc51ee6174b21ef55295 /flake.nix
parente6f297aef0ccfafa46e077adfb1a48f8a62e6043 (diff)
use clap
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ee7d65b..5307db5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,8 +36,9 @@
};
devShells.default = craneLib.devShell {
checks = self.checks.${system};
+ inputsFrom = [pitch-lake];
DICTIONARY_FILE_PATH = dictionaryFile;
- packages = [];
+ packages = [pkgs.rust-analyzer];
};
});
}