nixos-config/shell.nix
2022-01-01 20:14:50 +08:00

6 lines
101 B
Nix

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