Skip to content

Commit b8dc621

Browse files
committed
skip luakit :<
1 parent 47c39ef commit b8dc621

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/customized/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,9 @@ let
395395
};
396396
enableParallelBuilding = true;
397397
patches = old.patches or [] ++ [ ./luakit-nodoc.patch ];
398+
passthru = old.passthru or { } // {
399+
ci.skip = "unmaintained";
400+
};
398401
meta = old.meta // {
399402
broken = old.meta.broken or false || luakit.stdenv.isDarwin;
400403
};

0 commit comments

Comments
 (0)