nixos-config/shell.nix

6 lines
101 B
Nix
Raw Normal View History

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