Create nix derivation with and without flakes#12
Open
NelsonVides wants to merge 1 commit into
Open
Conversation
Member
|
@NelsonVides thanks for the patch! Can you please create a ticket to describe the problem, and attach this PR to it? The ticket has a precise template that helps to understand what is the problem and the expectation, which is not always immediately evident from a PR. |
Author
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.
This creates Nix derivations, with and without Flakes. My homeserver is a NixOS box, and I'm currently doing magic systemd-unit+bash-script+curl-with-flags to update my records automatically and this CLI would make things insanely cleaner.
And other than me, once we make this repo public, Nix derivations are just a good installation tooling hopefully useful to tons of people other than myself 🙂
PS: I don't use flakes myself but they're insanely popular in the Nix community, @onlyhavecans uses them :)
Closes #14
📋 Deployment Pre/Post tasks
N/A
N/A