home-manager icon indicating copy to clipboard operation
home-manager copied to clipboard

Fix pueue for empty settings

Open maisiliym opened this issue 2 years ago • 2 comments

Description

Checklist

  • [ ] Change is backwards compatible.

  • [ ] Code formatted with ./format.

  • [ ] Code tested through nix-shell --pure tests -A run.all.

  • [ ] Test cases updated/added. See example.

  • [ ] Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • [ ] Added myself as module maintainer. See example.

    • [ ] Added myself and the module files to .github/CODEOWNERS.

maisiliym avatar Sep 17 '22 04:09 maisiliym

CC @AndersonTorres

rycee avatar Sep 17 '22 07:09 rycee

@maisiliym The CI error is related to formatting, you can run the format script in the project root to do that.

rycee avatar Sep 17 '22 07:09 rycee

Is it more energy to make the changes rather than document them? I guess github is easier to use than git.

LiGoldragon avatar Nov 28 '22 23:11 LiGoldragon

Maybe it's my workflow, but it was easier for me to make the changes than use github to document the changes I would make. Just saying.

LiGoldragon avatar Nov 28 '22 23:11 LiGoldragon

Is it more energy to make the changes rather than document them?

What exactly are you saying?

I guess github is easier to use than git.

For me Github is merely the web interface for a git repo.

use github to document the changes I would make

What?

AndersonTorres avatar Nov 29 '22 00:11 AndersonTorres

Thanks! Rebased to master.

rycee avatar Nov 29 '22 16:11 rycee