Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

chore: add nix flake#131

Open
pedrohba1 wants to merge 1 commit intomainfrom
chore/flake
Open

chore: add nix flake#131
pedrohba1 wants to merge 1 commit intomainfrom
chore/flake

Conversation

@pedrohba1
Copy link
Contributor

kept having deps missing often, this will make a reliable setup every time

@pedrohba1 pedrohba1 self-assigned this Jan 27, 2026
@suchapalaver
Copy link
Contributor

kept having deps missing often, this will make a reliable setup every time

Is it best practice to check the flake.lock into VC?

@pedrohba1
Copy link
Contributor Author

kept having deps missing often, this will make a reliable setup every time

Is it best practice to check the flake.lock into VC?

Lock files can pin different versions if they are generated at different times, so having the lockfile pinned to in exact hashes helps. If the flake.lock is not there, eventually someone might have to troubleshoot again once in a while. Not the end of the world, but can be annoying.

Now that you mention it, if there is a flake.nix here we should probably add this too:

- uses: DeterminateSystems/update-flake-lock@v24

to eventually catch updates, acts like a "dependabot" sort of it seems

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants