fix(flake): switch to new devShells output
This commit is contained in:
parent
f2404513a0
commit
3b5460f6c9
1 changed files with 2 additions and 1 deletions
|
@ -179,6 +179,7 @@
|
||||||
hooks = { nixfmt.enable = true; };
|
hooks = { nixfmt.enable = true; };
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
devShell = pkgs.mkShell { inherit (pre-commit-check) shellHook; };
|
devShells.default =
|
||||||
|
pkgs.mkShell { inherit (pre-commit-check) shellHook; };
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue