From 5524d4546b6d46b22b268bd553b97326eae17150 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 27 Jun 2023 06:54:29 -0700 Subject: [PATCH] Fix devshell on i686 (#533) --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 430f797..1c3d28e 100644 --- a/flake.nix +++ b/flake.nix @@ -152,7 +152,6 @@ ]) ++ lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ checkpolicy - podman semodule-utils /* users are expected to have a system docker, too */ ]);