mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: we don't actually have that
This commit is contained in:
parent
6fbb766668
commit
d021ec2e15
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ with lib; {
|
||||||
mkSystemJob = name: system: nameValuePair "${name}" {
|
mkSystemJob = name: system: nameValuePair "${name}" {
|
||||||
tasks.system = {
|
tasks.system = {
|
||||||
inputs = channels.nixfiles.nixosConfigurations.${name}.config.system.build.toplevel;
|
inputs = channels.nixfiles.nixosConfigurations.${name}.config.system.build.toplevel;
|
||||||
warn = system.config.ci.allowFailure;
|
#warn = system.config.ci.allowFailure;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemJobs = mapAttrs' mkSystemJob enabledSystems;
|
systemJobs = mapAttrs' mkSystemJob enabledSystems;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue