Files
to-hen/roff/shell.nix
2026-03-14 07:27:43 +01:00

5 lines
76 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [pkgs.groff];
}