dotfiles/shell.nix

10 lines
119 B
Nix
Raw Normal View History

2023-02-07 11:42:25 +01:00
let pkgs = import <nixpkgs> {}; in
pkgs.mkShell {
buildInputs = with pkgs; [
git
git-secret
2023-02-07 11:42:25 +01:00
just
];
}