Skip to content

Commit

Permalink
Remove checkpolicy from the Linux dev shell as it is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Aug 8, 2024
1 parent 78da4d3 commit 7daf7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
]);
Expand Down

0 comments on commit 7daf7ee

Please sign in to comment.