diff --git a/modules/system/services/podman.nix b/modules/system/services/podman.nix index d0cb990..a74c1ae 100644 --- a/modules/system/services/podman.nix +++ b/modules/system/services/podman.nix @@ -1,4 +1,4 @@ -{ lib, config, ... }: +{ pkgs, lib, config, ... }: with lib;