From 0e259e49357d5389db897414fc52b50b1ce1d14c Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 11 Sep 2024 20:52:44 +0000 Subject: example: add lua simple-bar --- nix/devshell.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/devshell.nix b/nix/devshell.nix index 9f664f6..936f4b4 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -38,6 +38,7 @@ libdbusmenu-gtk3 wayland + dart-sass lua python gjs @@ -47,6 +48,10 @@ in { inherit buildInputs; }; astal = pkgs.mkShell { - buildInputs = buildInputs ++ (builtins.attrValues self.packages.${pkgs.system}); + buildInputs = + buildInputs + ++ builtins.attrValues ( + builtins.removeAttrs self.packages.${pkgs.system} ["docs"] + ); }; } -- cgit v1.2.3