diff --git a/lib/checks.nix b/lib/checks.nix index 2926d1c..659b335 100644 --- a/lib/checks.nix +++ b/lib/checks.nix @@ -36,11 +36,11 @@ in swww nixVersions.git ]) - ++ [ - (flake.pkgs "roc").full - (flake.pkgs "zig-overlay").master - (flake.pkg "zls") - ] + # ++ [ + # (flake.pkgs "roc").full + # (flake.pkgs "zig-overlay").master + # (flake.pkg "zls") + # ] ++ hyprPackages ++ selfPackages; }