treewide: refactor to use flake-parts #39

Merged
notohh merged 4 commits from refactor-flake-parts into master 2024-04-17 14:56:41 -04:00
Showing only changes of commit c87357b2d0 - Show all commits

View file

@ -51,7 +51,6 @@
imports = [
inputs.pre-commit-hooks.flakeModule
./hosts
./hosts/deploy.nix
./home/profiles
];
systems = ["x86_64-linux"];
@ -61,6 +60,7 @@
...
}: {
pre-commit = {
check.enable = true;
settings = {
excludes = ["flake.lock"];
hooks = {