Compare commits

..

1 commit

Author SHA1 Message Date
b41e8734c1
refactor(flake): use flake-parts
Some checks failed
/ check (push) Failing after 1s
/ build (push) Failing after 1s
This makes it easier to split up the flake in the future.
2024-10-12 22:32:46 +02:00

View file

@ -11,8 +11,8 @@
outputs =
inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
systems = import inputs.systems;
inputs.flake-parts.lib.mkFlake {
systems = import inputs.system;
perSystem =
{
lib,