nixos-config/shell.nix
2022-01-25 09:32:17 +08:00

6 lines
122 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
packages = with pkgs; [ asciidoctor git git-crypt nixfmt rnix-lsp ];
}