might be a hydra config
This commit is contained in:
parent
99d695930f
commit
eb4efab6a2
1 changed files with 11 additions and 0 deletions
11
ci/basic.nix
Normal file
11
ci/basic.nix
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue