Skip to content

Commit 5d93852

Browse files
authored
Merge pull request #39 from NotAShelf/patch-1
docs: fix typo in nix guide
2 parents 075c7e3 + c6e16ff commit 5d93852

File tree

1 file changed

+1
-1
lines changed
  • docs/guide/getting-started

1 file changed

+1
-1
lines changed

docs/guide/getting-started/nix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Using Astal on Nix will require you to package your project.
2020
system = "x86_64-linux";
2121
pkgs = nixpkgs.legacyPackages.${system};
2222
in {
23-
packages.${system}.default = astal.lib.mkLuaPacakge {
23+
packages.${system}.default = astal.lib.mkLuaPackage {
2424
inherit pkgs;
2525
src = ./path/to/project; # should contain init.lua
2626

0 commit comments

Comments
 (0)