dotfiles/shell.nix

10 lines
134 B
Nix

let
pkgs = import <nixpkgs> {};
in
pkgs.mkShell {
buildInputs = with pkgs; [
git
git-secret
just
];
}