blob: a728c5a66b7b4b4f2d09e4ed779e6eaa9c7a2c11 [file] [log] [blame]
{ pkgs, ... }:
pkgs.mkShell {
buildInputs = with pkgs; [
rnix-lsp
];
}