dotfiles/dev-shells/empty.nix
2024-04-21 13:15:23 +02:00

6 lines
62 B
Nix

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