Files
util.nix/devshell/dev/hemar.nix
2025-09-28 04:44:46 +00:00

6 lines
77 B
Nix

{ pkgs, ... }: pkgs.mkShell {
buildInputs = (with pkgs; [
dash
]);
}