From 7daf7ee7c5771c4bc3d924d94844b6fa00877c24 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 8 Aug 2024 12:21:27 -0400 Subject: [PATCH] Remove checkpolicy from the Linux dev shell as it is broken --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 933bca432..59ecc0e6e 100644 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,7 @@ darwin.apple_sdk.frameworks.SystemConfiguration ]) ++ lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ - checkpolicy + # checkpolicy # failed to build 2024-08-08 semodule-utils /* users are expected to have a system docker, too */ ]);