Remove luarocks graph-toolkit due to build error

This commit is contained in:
Evie Litherland-Smith 2024-05-13 13:16:26 +01:00
parent 872c0b099c
commit 9c62ce860a

View file

@ -2,7 +2,6 @@
home.packages = with pkgs; [
(lua.withPackages (ps: [
(ps.callPackage ./luarocks/scilua.nix {})
(ps.callPackage ./luarocks/graph-toolkit.nix {})
]))
];
}