remove html tags from description content
This commit is contained in:
parent
535ace44e3
commit
04ba3e64be
3 changed files with 20 additions and 3 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue