flake: add custom homepage to devPackages

Might just include as part of the release pipeline.
This commit is contained in:
Gabriel Arazas 2025-01-29 16:47:24 +08:00
parent 785376e87a
commit 4ebe560390
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -43,7 +43,10 @@
# Packages that are meant to be consumed inside of a development
# environment.
devPackages = { inherit (import ../../docs { inherit pkgs; }) website; };
devPackages = {
inherit (import ../../docs { inherit pkgs; }) website;
foodogsquared-homepage = pkgs.callPackage ../../configs/home-manager/foo-dogsquared/files/homepage/package.nix { };
};
# All of the typical devcontainers to be used.
devContainers = import ../../devcontainers { inherit pkgs; };