diff --git a/tests/check-filesystems.nix b/tests/check-filesystems.nix index 8fb0dfc15841..882f5cd31532 100644 --- a/tests/check-filesystems.nix +++ b/tests/check-filesystems.nix @@ -1,10 +1,9 @@ { nixos ? ./.. , nixpkgs ? /etc/nixos/nixpkgs -, services ? /etc/nixos/services , system ? builtins.currentSystem }: -with import ../lib/build-vms.nix { inherit nixos nixpkgs services system; }; +with import ../lib/build-vms.nix { inherit nixos nixpkgs system; }; rec { nodes = {