We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177561c commit caf3982Copy full SHA for caf3982
checks/pre-commit.nix
@@ -1,6 +1,6 @@
1
{ inputs, ... }:
2
{
3
- flake.flakeModules.git-hooks =
+ flake.modules.flake.git-hooks =
4
{ ... }:
5
6
imports = [
modules/shard-split/default.nix
@@ -3,7 +3,7 @@ let
inherit (import ../../lib/shard-attrs.nix lib) shardAttrs;
in
- flake.flakeModules.shardSplit =
+ flake.modules.flake.shardSplit =
7
{ config, ... }:
8
let
9
cfg = config.mcl.matrix.shard;
shells/default.nix
@@ -3,7 +3,7 @@
(import ../checks/pre-commit.nix {
inherit inputs;
- }).flake.flakeModules.git-hooks
+ }).flake.modules.flake.git-hooks
];
perSystem =
0 commit comments