forked from DGNum/liminix
liminix-config is a path not an input
This commit is contained in:
parent
eb4efab6a2
commit
38cc3315b9
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue