replace lua with luajit

This commit is contained in:
2024-05-02 03:19:47 +05:30
parent 9960ab7c16
commit ba677843a9

View File

@ -11,7 +11,7 @@
# buildInputs = oldAttrs.buildInputs; # buildInputs = oldAttrs.buildInputs;
#}); #});
awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git.override {lua = prev.lua53Packages.lua;}; awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git.override {lua = prev.luajit;};
}; };
# When applied, the unstable nixpkgs set (declared in the flake inputs) will # When applied, the unstable nixpkgs set (declared in the flake inputs) will