roff: import

This commit is contained in:
2026-03-14 07:27:23 +01:00
parent 7b44f211d3
commit ca469fff65
6 changed files with 658 additions and 0 deletions

4
roff/shell.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [pkgs.groff];
}