Update docs and scripts to use main branch.

When following the getting started guide commands were failing due to
the mater branch not existing. I went through and updated all
references in the docs and other scripts from master to main.
This commit is contained in:
Trevor Riles 2021-10-09 11:17:42 -05:00 committed by Infinidoge
parent 6e6643d3d4
commit 9193cec295

View file

@ -1 +1 @@
nix flake new -t "github:divnix/devos/master" "${2:-devos}"
nix flake new -t "github:divnix/devos/main" "${2:-devos}"