From 32d28446e5355d5dc7025f2620c7f921f6d81d66 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 8 Mar 2024 16:39:50 +0800 Subject: [PATCH] tests/lib: update function argument --- tests/lib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/default.nix b/tests/lib/default.nix index 31b6b29d..0e8a3a35 100644 --- a/tests/lib/default.nix +++ b/tests/lib/default.nix @@ -1,5 +1,6 @@ # For the environment-specific subset, we'll be simulating the configurations # as a simple attribute set since that's what they are anyways. +{ pkgs ? import { } }: let inherit (pkgs) lib;