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

stylix: enhance nix-flake-check output and make location-independent #750

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

trueNAHO
Copy link
Collaborator

@trueNAHO trueNAHO commented Jan 6, 2025

commit e88850f9c27bd61a0452921e9c30210ee1a1ef06
Author: NAHO <90870942+trueNAHO@users.noreply.github.com>
Date:   2025-01-06 17:41:13 +0100

    stylix: add progress bar to nix-flake-check package

 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0969c2e792c942dc95d98381fa389340bbff10bb
Author: NAHO <90870942+trueNAHO@users.noreply.github.com>
Date:   2025-01-06 17:58:23 +0100

    stylix: colorize and prefix nix-flake-check output

 flake.nix | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 0365d80e2d3348bb8ad60dd0ef07474592387265
Author: NAHO <90870942+trueNAHO@users.noreply.github.com>
Date:   2025-01-06 18:13:21 +0100

    stylix: decrease verbosity level of nix-flake-check package

    Decrease the verbosity level of the nix-flake-check package, aligning
    with the behavior of the .github/workflows/check.yml workflow.

 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit def1e485d5481f5e7df5465a22d8cf6c3d433ede
Author: NAHO <90870942+trueNAHO@users.noreply.github.com>
Date:   2025-01-06 17:42:47 +0100

    stylix: make nix-flake-check package execution location-independent

    Make the execution of the nix-flake-check package independent of the
    current working directory, making the following command work as
    expected:

        nix run github:danth/stylix#nix-flake-check

    This is especially convenient for testing PRs locally without checking
    them out.

 flake.nix | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

The following merge commit message could be used:

stylix: enhance nix-flake-check output and make location-independent

Link: https://github.com/danth/stylix/pull/750

Approved-by: Daniel Thwaites <danth@danth.me>

Decrease the verbosity level of the nix-flake-check package, aligning
with the behavior of the .github/workflows/check.yml workflow.
@trueNAHO trueNAHO requested a review from danth January 6, 2025 17:33
@trueNAHO trueNAHO marked this pull request as draft January 6, 2025 17:34
Make the execution of the nix-flake-check package independent of the
current working directory, making the following command work as
expected:

    nix run github:danth/stylix#nix-flake-check

This is especially convenient for testing PRs locally without checking
them out.
@trueNAHO trueNAHO force-pushed the stylix-enhance-nix-flake-check-output-and-make-location-independent branch from e5e2b15 to def1e48 Compare January 6, 2025 17:36
@trueNAHO trueNAHO marked this pull request as ready for review January 6, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant