[CI] Temporarily remove checks
This commit is contained in:
parent
7e3dff5282
commit
324cf3d541
1 changed files with 10 additions and 10 deletions
|
@ -22,14 +22,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.checks = let
|
# flake.checks = let
|
||||||
build = _: nc: nc.config.system.build.toplevel;
|
# build = _: nc: nc.config.system.build.toplevel;
|
||||||
in {
|
# in {
|
||||||
x86_64-linux = lib.mapAttrs build {
|
# x86_64-linux = lib.mapAttrs build {
|
||||||
inherit (self.nixosConfigurations) picard;
|
# inherit (self.nixosConfigurations) picard;
|
||||||
};
|
# };
|
||||||
aarch64-linux = {
|
# aarch64-linux = {
|
||||||
inherit (self.nixosConfigurations) sisko; #pbp;
|
# inherit (self.nixosConfigurations) sisko; #pbp;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue