aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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];
};
});
}