Skip to content

Commit

Permalink
fix(system): podman pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 17, 2023
1 parent b414da7 commit c3142d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,12 @@
] ++ (lib.optionals pkgs.stdenv.isDarwin [
nur.repos.caarlos0.discord-applemusic-rich-presence
terminal-notifier
]) ++ (lib.optionals pkgs.stdenv.isLinux [ docker docker-compose podman ]);
]) ++ (lib.optionals pkgs.stdenv.isLinux [
docker
docker-compose
# https://nixos.wiki/wiki/podman
# podman
# shadow
# util-linux
]);
}

0 comments on commit c3142d1

Please sign in to comment.