From b95dd0f59a53bec42cfa5c9f852bc61cee0959b8 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 16 Jan 2024 14:57:41 +0800 Subject: [PATCH] apps/run-workflow-with-vm: update base config --- apps/run-workflow-with-vm/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/run-workflow-with-vm/configuration.nix b/apps/run-workflow-with-vm/configuration.nix index 38e75694..47c39762 100644 --- a/apps/run-workflow-with-vm/configuration.nix +++ b/apps/run-workflow-with-vm/configuration.nix @@ -5,7 +5,7 @@ let pkgs = import { }; - config' = import ; + config' = import { }; lib = pkgs.lib.extend (import ); modules = import { inherit lib; isInternal = true; };