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