tests/lib: update function argument

This commit is contained in:
Gabriel Arazas 2024-03-08 16:39:50 +08:00
parent 5d7859abb1
commit 32d28446e5
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,5 +1,6 @@
# For the environment-specific subset, we'll be simulating the configurations # For the environment-specific subset, we'll be simulating the configurations
# as a simple attribute set since that's what they are anyways. # as a simple attribute set since that's what they are anyways.
{ pkgs ? import <nixpkgs> { } }:
let let
inherit (pkgs) lib; inherit (pkgs) lib;