From c6e16ff27244dafecb654c65d1d416f12673ed71 Mon Sep 17 00:00:00 2001 From: raf Date: Thu, 10 Oct 2024 04:29:27 +0000 Subject: docs: fix typo in nix guide --- docs/guide/getting-started/nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide') 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 -- cgit v1.2.3