We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075c7e3 + c6e16ff commit 5d93852Copy full SHA for 5d93852
docs/guide/getting-started/nix.md
@@ -20,7 +20,7 @@ Using Astal on Nix will require you to package your project.
20
system = "x86_64-linux";
21
pkgs = nixpkgs.legacyPackages.${system};
22
in {
23
- packages.${system}.default = astal.lib.mkLuaPacakge {
+ packages.${system}.default = astal.lib.mkLuaPackage {
24
inherit pkgs;
25
src = ./path/to/project; # should contain init.lua
26
0 commit comments