From 38cc3315b9e875d47539b6d417440ed2e5d03509 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 29 Jan 2023 09:11:20 +0000 Subject: [PATCH] liminix-config is a path not an input --- ci/basic.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/basic.nix b/ci/basic.nix index e6ae776b..40c90d26 100644 --- a/ci/basic.nix +++ b/ci/basic.nix @@ -4,8 +4,7 @@ let # jobset configuration. pkgs = (import {}); device = import ; - liminix-config = ; - liminix = import { inherit device liminix-config; }; + liminix = import { inherit device; }; in { inherit (liminix.outputs) squashfs; }