simplify CI
* I didn't know what I was doing when I set up Hydra * it's not certain that I do now either, but hey ho
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{
|
||||
liminix
|
||||
, nixpkgs
|
||||
}:
|
||||
let img = (import liminix {
|
||||
device = import "${liminix}/devices/qemu/";
|
||||
liminix-config = "${liminix}/vanilla-configuration.nix";
|
||||
let img = (import <liminix> {
|
||||
device = import <liminix/devices/qemu>;
|
||||
liminix-config = <liminix/vanilla-configuration.nix>;
|
||||
}).outputs.rootfs;
|
||||
pkgs = import <nixpkgs> {};
|
||||
in pkgs.runCommand "check" {
|
||||
|
Reference in New Issue
Block a user