···22 imports = [
33 ./deploy.nix # a setup for deploy-rs, which allows us to remotely build and deploy our flake
44 ./formatter.nix # formatter for nix fmt, via treefmt is a formatter for every language
55- ./pre-commit.nix # git hooks to help manage the flake
55+ ./git-hooks.nix # git hooks to help manage the flake
66 ./shell.nix # a dev shell that provieds all that you will need to work
77 ];
88}