liminix-config is a path not an input

module-based-network
Daniel Barlow 2023-01-29 09:11:20 +00:00
parent eb4efab6a2
commit 38cc3315b9
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ let
# jobset configuration.
pkgs = (import <nixpkgs> {});
device = import <liminix/devices/qemu>;
liminix-config = <liminix/tests/smoke/configuration.nix>;
liminix = import <liminix> { inherit device liminix-config; };
liminix = import <liminix> { inherit device; };
in {
inherit (liminix.outputs) squashfs;
}