nixos-config/shell.nix

6 lines
110 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
2022-01-09 05:42:37 +00:00
packages = with pkgs; [ git git-crypt nixfmt rnix-lsp ];
}