flake.nix: Use mkFlake convenience ()

This commit is contained in:
Robert Hensing 2022-09-07 17:47:16 +02:00 committed by GitHub
parent 9bb8e72771
commit aab131df46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }