might be a hydra config

module-based-network
Daniel Barlow 2023-01-28 23:18:28 +00:00
parent 99d695930f
commit eb4efab6a2
1 changed files with 11 additions and 0 deletions

11
ci/basic.nix Normal file
View File

@ -0,0 +1,11 @@
{ ... }:
let
# <nixpkgs> is set to the value designated by the nixpkgs input of the
# jobset configuration.
pkgs = (import <nixpkgs> {});
device = import <liminix/devices/qemu>;
liminix-config = <liminix/tests/smoke/configuration.nix>;
liminix = import <liminix> { inherit device liminix-config; };
in {
inherit (liminix.outputs) squashfs;
}