remove html tags from description content

This commit is contained in:
Troy 2025-01-30 22:19:24 +00:00
parent 535ace44e3
commit 04ba3e64be
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 20 additions and 3 deletions

View file

@ -16,9 +16,9 @@ On NixOS you can install Packard by including it as an input in flake.nix, then
inputs = {
packard.url = "github:troylusty/packard";
};
```
```nix
...
environment.systemPackages = {
inputs.packard.packages."${pkgs.system}".default
};