mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-13 06:19:01 +00:00
flake: add custom homepage to devPackages
Might just include as part of the release pipeline.
This commit is contained in:
parent
785376e87a
commit
4ebe560390
@ -43,7 +43,10 @@
|
|||||||
|
|
||||||
# Packages that are meant to be consumed inside of a development
|
# Packages that are meant to be consumed inside of a development
|
||||||
# environment.
|
# 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.
|
# All of the typical devcontainers to be used.
|
||||||
devContainers = import ../../devcontainers { inherit pkgs; };
|
devContainers = import ../../devcontainers { inherit pkgs; };
|
||||||
|
Loading…
Reference in New Issue
Block a user