summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-10 14:19:01 +0200
committerGitHub <[email protected]>2024-10-10 14:19:01 +0200
commit5d93852b4469bfbe9ef728b4f8db2f647d8a0952 (patch)
treeb9238fc9fe0e57d1f2a36f0855444e1367c45b1a
parent075c7e34aa0fbdc07c86965ab5a2ae79b92d3fd3 (diff)
parentc6e16ff27244dafecb654c65d1d416f12673ed71 (diff)
Merge pull request #39 from NotAShelf/patch-1
docs: fix typo in nix guide
-rw-r--r--docs/guide/getting-started/nix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/getting-started/nix.md b/docs/guide/getting-started/nix.md
index c9ed270..81f4e4d 100644
--- a/docs/guide/getting-started/nix.md
+++ b/docs/guide/getting-started/nix.md
@@ -20,7 +20,7 @@ Using Astal on Nix will require you to package your project.
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
in {
- packages.${system}.default = astal.lib.mkLuaPacakge {
+ packages.${system}.default = astal.lib.mkLuaPackage {
inherit pkgs;
src = ./path/to/project; # should contain init.lua