forked from mirrors/nixpkgs
nixos/tests/hostname.nix: nixpkgs-fmt
This commit is contained in:
parent
acdc303ed7
commit
27eab436bd
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue