Revert "build: remove devShell"
All checks were successful
/ check (push) Successful in 2m17s

This reverts commit ee3f767815.

Turns out pre-commit-hooks needs this.
This commit is contained in:
buffet 2024-06-09 17:03:48 +02:00
parent 3b4c9f7954
commit 269fbbcb4c

View file

@ -115,5 +115,10 @@
}; };
}; };
}; };
devShell = nixpkgs.legacyPackages.${system}.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
buildInputs = self.checks.${system}.pre-commit-check.enabledPackages;
};
}); });
} }