From a3f022f5fc09bcd2c44e156f35c5b999505b90ff Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 24 Apr 2025 22:56:59 +0200 Subject: [PATCH] added pkgs --- modules/system/services/podman.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;