add flake output for the website root

This commit is contained in:
Charles Hall 2024-11-22 11:16:33 -08:00
parent af15f0c596
commit 2bf1975e75
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 34 additions and 2 deletions

View file

@ -65,6 +65,8 @@
(fenix.targets.${target}.fromManifestFile inputs.rust-manifest)
.withComponents components)
targets);
website-root = self.callPackage ./nix/pkgs/website-root {};
});
in
inputs.flake-utils.lib.eachDefaultSystem (system:
@ -81,6 +83,7 @@
{
packages = {
default = (mkScope pkgs).default;
website-root = (mkScope pkgs).website-root;
}
//
builtins.listToAttrs