Added pre-commit package to development suite

This commit is contained in:
Alejandro Angulo 2023-04-02 16:36:24 -07:00
parent b6d07f92d5
commit 74c7294359
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -27,5 +27,9 @@ in {
tmux.enable = true;
};
};
environment.systemPackages = with pkgs; [
pre-commit
];
};
}