nix/podman: cleanup

This commit is contained in:
steveej 2020-10-26 13:41:04 +01:00
parent fa3d2867f4
commit 2ad323ca8b

View file

@ -117,11 +117,6 @@ let
# Default libpod support for container labeling
# label=true
'';
podmanConfigured = pkgs.writeShellScriptBin "podman" ''
${pkgs.podman}/bin/podman \
''${cmd[@]}
'';
in {
home.packages = with pkgs; [
podman