Skip to content

Commit caf3982

Browse files
committed
refactor(.nix): Change flake.flakeModules to flake.modules.flake
1 parent 177561c commit caf3982

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

checks/pre-commit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ inputs, ... }:
22
{
3-
flake.flakeModules.git-hooks =
3+
flake.modules.flake.git-hooks =
44
{ ... }:
55
{
66
imports = [

modules/shard-split/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let
33
inherit (import ../../lib/shard-attrs.nix lib) shardAttrs;
44
in
55
{
6-
flake.flakeModules.shardSplit =
6+
flake.modules.flake.shardSplit =
77
{ config, ... }:
88
let
99
cfg = config.mcl.matrix.shard;

shells/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
imports = [
44
(import ../checks/pre-commit.nix {
55
inherit inputs;
6-
}).flake.flakeModules.git-hooks
6+
}).flake.modules.flake.git-hooks
77
];
88

99
perSystem =

0 commit comments

Comments
 (0)