Sridhar Ratnakumar
Sridhar Ratnakumar
We could as well add an upgrade command: ``` nix run .#upgrade ``` That does the following: - Update the nixpkgs (and home-manager, etc.) inputs - Run a build of...
Open question: what do we use to test on macOS?
Regressions like https://github.com/srid/nixos-flake/commit/fab75907cfc0c4e48ceab7a7194f019b55828895 could have been caught by this.
Commit's vanished because I had to force push, but the commit message was literally `use same installer`.
The hook itself works, However, if I skip it: And run the flake check: ... it passes ^
I don't think the pre-commit module actually adds a flake check. Also, https://github.com/convco/convco We can run this manually
A PR can have multiple commits, so whatever flake check we add must check all of them.
But since git history will be available, perhaps it should be run outside of Nix, in github actions.
Cool. We should also consider #134 when deciding between `cz` and `convco`.
Copying `.git` to the Nix store sounds like a bad idea in general? We only need history of commit messages, not the whole index (much less copy a variation of...