Compare commits

..

1 commit

Author SHA1 Message Date
8242b83dd9
refactor(flake): use flake-parts
All checks were successful
/ check (push) Successful in 4s
/ build (push) Successful in 1s
This makes it easier to split up the flake in the future.
2024-10-12 22:34:57 +02:00

View file

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