summaryrefslogtreecommitdiff
path: root/docs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'docs/default.nix')
-rw-r--r--docs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/default.nix b/docs/default.nix
index a82117a..3a75834 100644
--- a/docs/default.nix
+++ b/docs/default.nix
@@ -106,7 +106,7 @@ in
installPhase = ''
runHook preInstall
- ${genLib "astal" "" "Astal core library" {
+ ${genLib "astal" "" {
out = "libastal";
description = "Astal core library";
version = ../core/version;