README.md: removed flake vcs info by mistake
Adding it back resolves #2.
This commit is contained in:
parent
31c3fd8acc
commit
5b49f1d1bf
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user