flake.nix: Use mkFlake convenience (#260)
This commit is contained in:
parent
9bb8e72771
commit
aab131df46
1 changed files with 2 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
||||||
hercules-ci-agent,
|
hercules-ci-agent,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
(flake-parts.lib.evalFlakeModule
|
flake-parts.lib.mkFlake
|
||||||
{inherit self;}
|
{inherit self;}
|
||||||
{
|
{
|
||||||
systems = ["x86_64-linux" "aarch64-linux" "x86_64-linux" "aarch64-darwin"];
|
systems = ["x86_64-linux" "aarch64-linux" "x86_64-linux" "aarch64-darwin"];
|
||||||
|
@ -107,7 +107,5 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
};
|
||||||
.config
|
|
||||||
.flake;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue