mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
tests/lib: update function argument
This commit is contained in:
parent
5d7859abb1
commit
32d28446e5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user