diff --git a/ci/basic.nix b/ci/basic.nix new file mode 100644 index 00000000..e6ae776b --- /dev/null +++ b/ci/basic.nix @@ -0,0 +1,11 @@ +{ ... }: +let + # is set to the value designated by the nixpkgs input of the + # jobset configuration. + pkgs = (import {}); + device = import ; + liminix-config = ; + liminix = import { inherit device liminix-config; }; +in { + inherit (liminix.outputs) squashfs; +}