flake: fix duplicate/missing system
This commit is contained in:
parent
86302ce8a8
commit
22e9969a3d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
flake-parts.lib.mkFlake
|
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-darwin" "aarch64-darwin"];
|
||||||
|
|
||||||
perSystem = {
|
perSystem = {
|
||||||
inputs',
|
inputs',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue