mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
replace lua with luajit
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user