Merge pull request #336 from trueNAHO/dev-flake-module-delegate-pre-commit-installation-to-upstream

dev/flake-module: delegate pre-commit installation to upstream
This commit is contained in:
Robert Hensing 2026-01-11 13:41:02 +01:00 committed by GitHub
commit 80daad04ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,11 +22,10 @@
devShells.default = pkgs.mkShell {
nativeBuildInputs = [
pkgs.nixpkgs-fmt
pkgs.pre-commit
pkgs.hci
];
shellHook = ''
${config.pre-commit.installationScript}
${config.pre-commit.shellHook}
'';
};