devshell: add pre-commit hook installer
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m44s

This commit is contained in:
2025-08-18 19:45:15 +01:00
parent 93042329bd
commit 2a005aade6

View File

@@ -19,6 +19,8 @@
help = "Deploy this nix-config to remote hosts";
}
];
devshell.startup.pre-commit.text = config.pre-commit.installationScript;
};
};
}