Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.39 KB

dotfiles-nixos

NixOS dotifiles managed by yadm.

NixOS configuration

What is included

Troubleshooting 🤪

As Github renamed its master branch to main, exists the possibility that yadm will complain when pushing.

Solution

The solution will most likely be to move the master branch to main:

$ git branch -m master main

The previous command renames the branch called main to main thanks to the -m flag.

$ man git-branch

Now it should work 🥳:

$ push -u origin main

TODO