dotfiles/home-manager/shell.nix

7 lines
97 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [
rnix-lsp
];
}