diff --git a/nix/devshell.nix b/nix/devshell.nix index 768fd07..eaa42ed 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -19,6 +19,8 @@ help = "Deploy this nix-config to remote hosts"; } ]; + + devshell.startup.pre-commit.text = config.pre-commit.installationScript; }; }; }