From 6c4753b5e14a50c617e326d97d270ff51156a183 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 15:23:08 +0200 Subject: initial docs --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5d2503f..9b99a57 100644 --- a/flake.nix +++ b/flake.nix @@ -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]; -- cgit v1.2.3