From 1751704ab3edc842d09b06b29e8225b27a53570a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 22 Mar 2023 10:46:10 +0000 Subject: [PATCH] modules: system: podman: remove unused arguments --- modules/system/podman/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/podman/default.nix b/modules/system/podman/default.nix index c267ec6..b04c52c 100644 --- a/modules/system/podman/default.nix +++ b/modules/system/podman/default.nix @@ -1,5 +1,5 @@ # Podman related settings -{ config, inputs, lib, options, pkgs, ... }: +{ config, lib, options, ... }: let cfg = config.my.system.podman; in