diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-15 04:25:39 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-15 04:25:39 -0400 |
| commit | f081aa9e2f243ffe6ea13024e3777626a8243aed (patch) | |
| tree | c1ec687b1953a7f3e78d667ba09fbb5872917b50 /clef/nix/pkgs/default.nix | |
| parent | 9332cf7c0eac27ed5c00ec19e87d4d76b56f223a (diff) | |
clef/nix: support generating interactivehtmlbom
Diffstat (limited to 'clef/nix/pkgs/default.nix')
| -rw-r--r-- | clef/nix/pkgs/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clef/nix/pkgs/default.nix b/clef/nix/pkgs/default.nix new file mode 100644 index 0000000..a0a9f92 --- /dev/null +++ b/clef/nix/pkgs/default.nix @@ -0,0 +1,5 @@ +{ + pkgs, +}: { + interactiveHtmlBom = pkgs.callPackage ./interactive_html_bom.nix {}; +} |
