From 72e79e5c38a6d58e5c19cf9e394476514a33ff5f Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Fri, 3 May 2019 14:13:22 +0200 Subject: [PATCH] fix minimal test --- tests/minimal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/minimal.nix b/tests/minimal.nix index 73d1cc6..7327f55 100644 --- a/tests/minimal.nix +++ b/tests/minimal.nix @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see -import ./../../nixpkgs/nixos/tests/make-test.nix { +import { machine = { config, pkgs, ... }: