dotfiles/home-manager/shell.nix

7 lines
97 B
Nix
Raw Normal View History

2024-01-16 21:08:19 +00:00
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [
rnix-lsp
];
}