Remove luarocks graph-toolkit due to build error
This commit is contained in:
parent
872c0b099c
commit
9c62ce860a
|
@ -2,7 +2,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(lua.withPackages (ps: [
|
(lua.withPackages (ps: [
|
||||||
(ps.callPackage ./luarocks/scilua.nix {})
|
(ps.callPackage ./luarocks/scilua.nix {})
|
||||||
(ps.callPackage ./luarocks/graph-toolkit.nix {})
|
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue