fix(flake): switch to new devShells output

This commit is contained in:
Felix Schröter 2022-05-12 11:01:01 +02:00
parent f2404513a0
commit 3b5460f6c9
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -179,6 +179,7 @@
hooks = { nixfmt.enable = true; };
};
in {
devShell = pkgs.mkShell { inherit (pre-commit-check) shellHook; };
devShells.default =
pkgs.mkShell { inherit (pre-commit-check) shellHook; };
});
}