rearrange all the ci stuff

This commit is contained in:
Daniel Barlow
2023-02-05 22:38:21 +00:00
parent ebc5d6a3e0
commit 424abc72b8
6 changed files with 45 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
}:
let img = (import liminix {
device = import "${liminix}/devices/qemu/";
liminix-config = ./configuration.nix;
liminix-config = "${liminix}/vanilla-configuration.nix";
}).outputs.squashfs;
pkgs = import <nixpkgs> {};
in pkgs.runCommand "check" {