dotfiles/shell.nix

8 lines
96 B
Nix
Raw Normal View History

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