mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
add flake output for the website root
This commit is contained in:
parent
af15f0c596
commit
2bf1975e75
4 changed files with 34 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue