dotfiles/nix/empty.nix
2021-12-23 13:50:56 +01:00

6 lines
62 B
Nix

{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
];
}