Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-run: flakebox install #60

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Re-run: flakebox install #60

merged 2 commits into from
Feb 13, 2024

Conversation

sectore
Copy link
Collaborator

@sectore sectore commented Feb 13, 2024

to fix generated justfile - see #56 (comment).

Few more generated git-hooks have been added with that.

Also files in src have been formatted by running cargo fmt (triggered by pre-commit hook).

Following Flakebox options has been disabled (we don't need these):

webimint-rs/flake.nix

Lines 19 to 28 in d7bd9ef

config = {
# Avoid auto generation of flakebox' ci workflows
# @see https://github.com/rustshop/flakebox/blob/master/docs/nixos-options.md#configgithubciworkflows
github.ci.workflows = { };
# don't check newlines
# @see https://github.com/rustshop/flakebox/blob/master/docs/nixos-options.md#configgitpre-committrailing_newline
git.pre-commit.trailing_newline = false;
# disable semgrep
# @see https://github.com/rustshop/flakebox/blob/master/docs/nixos-options.md#configsemgrepenable
semgrep.enable = false;
):

to fix generated `justfile`. Also few more generated git-hooks have been added.
@sectore sectore merged commit 9a15b68 into master Feb 13, 2024
1 check passed
@sectore sectore deleted the fix/flakebox-install branch February 13, 2024 11:14
@sectore sectore mentioned this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant