3
0
Fork 0
forked from mirrors/nixpkgs

nixos/tests/hostname.nix: nixpkgs-fmt

This commit is contained in:
Florian Klink 2023-03-07 13:28:02 +01:00
parent acdc303ed7
commit 27eab436bd

View file

@ -1,6 +1,6 @@
{ system ? builtins.currentSystem,
config ? {},
pkgs ? import ../.. { inherit system config; }
{ system ? builtins.currentSystem
, config ? { }
, pkgs ? import ../.. { inherit system config; }
}:
with import ../lib/testing-python.nix { inherit system pkgs; };