diff options
author | Aylur <[email protected]> | 2024-09-01 15:23:08 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 15:23:08 +0200 |
commit | 6c4753b5e14a50c617e326d97d270ff51156a183 (patch) | |
tree | 560ffd167d6b4f1da04e545990666c447c15e35b /flake.nix | |
parent | 27c25b0e6070f291b33107a0bbfe5086b6d3f119 (diff) |
initial docs
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,11 @@ in { packages.${system} = rec { default = astal; + docs = import ./docs { + inherit pkgs; + astal = self.packages.${system}; + }; + astal = with pkgs; lib "astal" ./core [gtk3 gtk-layer-shell]; apps = with pkgs; lib "astal-apps" ./lib/apps [json-glib]; auth = with pkgs; lib "astal-auth" ./lib/auth [pam]; |