···2 imports = [
3 ./deploy.nix # a setup for deploy-rs, which allows us to remotely build and deploy our flake
4 ./formatter.nix # formatter for nix fmt, via treefmt is a formatter for every language
5- ./pre-commit.nix # git hooks to help manage the flake
6 ./shell.nix # a dev shell that provieds all that you will need to work
7 ];
8}
···2 imports = [
3 ./deploy.nix # a setup for deploy-rs, which allows us to remotely build and deploy our flake
4 ./formatter.nix # formatter for nix fmt, via treefmt is a formatter for every language
5+ ./git-hooks.nix # git hooks to help manage the flake
6 ./shell.nix # a dev shell that provieds all that you will need to work
7 ];
8}