summaryrefslogtreecommitdiff
path: root/docs/getting-started/nix.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started/nix.md')
-rw-r--r--docs/getting-started/nix.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting-started/nix.md b/docs/getting-started/nix.md
index 2f320f3..8bd5965 100644
--- a/docs/getting-started/nix.md
+++ b/docs/getting-started/nix.md
@@ -22,6 +22,7 @@ Using Astal on Nix will require you to package your project.
in {
packages.${system}.default = astal.lib.mkLuaPacakge {
inherit pkgs;
+ src = ./path/to/project; # should contain app.lua
};
};
}