nixos-config/shell.nix

6 lines
122 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
2022-01-25 01:32:17 +00:00
packages = with pkgs; [ asciidoctor git git-crypt nixfmt rnix-lsp ];
}