From eb4efab6a215bf03cf5aab10d4ac909e83e9c148 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 28 Jan 2023 23:18:28 +0000 Subject: [PATCH] might be a hydra config --- ci/basic.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ci/basic.nix 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; +}