README.md: removed flake vcs info by mistake

Adding it back resolves #2.
This commit is contained in:
Timothy DeHerrera 2020-01-06 16:57:35 -07:00
parent 31c3fd8acc
commit 5b49f1d1bf
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ nixos-generate-config --show-hardware-config > ./hosts/${new_host}.nix
# ensure configuration lives in expected location
ln -s $PWD /etc/nixos
# a flake is vcs based, so only git aware files are bundled
# adding a new file to staging is enough
git add ./hosts/${new_host}.nix
# `rebuild` wrapper for `nix build` bypassing `nixos-rebuild`
# Usage: rebuild [host] {switch|boot|test|dry-activate}