feat: add flake.nix for dockerless setup#9851
Merged
Merged
Conversation
Signed-off-by: Azteczek <243776410+Azteczek@users.noreply.github.com>
Signed-off-by: Azteczek <243776410+Azteczek@users.noreply.github.com>
Owner
|
adding @richiejp for reviewing as he is already a NixOS user |
richiejp
reviewed
May 16, 2026
Collaborator
richiejp
left a comment
There was a problem hiding this comment.
Great stuff, just one question about the Unsloth link?
richiejp
approved these changes
May 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a feature for NixOS users, it adds a flake file (
flake.nixandflake.lock) which can replace the need for installing docker.Flakes is an experimental feature of the Nix package manager.
What flakes can do:
There won't be any need to change anything (only maybe adding a part in readme.md), just to add these 2 files.
Notes for Reviewers
If my description of flakes doesn't make sense, look at:
Signed commits