dotfiles/shell.nix

9 lines
119 B
Nix

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