add static landing page
This commit is contained in:
parent
26a5baf72a
commit
37b7e4f619
20 changed files with 1564 additions and 11 deletions
|
|
@ -11,6 +11,7 @@
|
|||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
landingPage = import ./nix/site.nix { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
nixosModules.tide = import ./nix/module.nix;
|
||||
|
|
@ -20,6 +21,8 @@
|
|||
inherit nixpkgs self system;
|
||||
};
|
||||
|
||||
packages.${system}.landing-page = landingPage;
|
||||
|
||||
formatter.${system} = pkgs.nixfmt-tree;
|
||||
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue