add c++ man pages (thanks cppreference)

This commit is contained in:
sadan 2025-03-31 23:52:40 -04:00
parent 3c6eb206ed
commit 6b141dcb6c
No known key found for this signature in database
3 changed files with 71 additions and 7 deletions

View file

@ -52,6 +52,10 @@
url = "github:kaylorben/nixcord";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-cppman = {
url = "github:sadan4/cppman";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
{