Skip to content

Commit

Permalink
refactor(package/mcl/test): Change flake.flakeModules to flake.module…
Browse files Browse the repository at this point in the history
…s.flake
  • Loading branch information
galin-s committed Jan 23, 2025
1 parent 1d3e8ee commit c3d851e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}:
flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "x86_64-linux" ];
imports = [ nixos-modules.flakeModules.shardSplit ];
imports = [ nixos-modules.modules.flake.shardSplit ];

mcl.matrix.shard = {
size = 10;
Expand Down

0 comments on commit c3d851e

Please sign in to comment.