Skip to content

Commit 83ed210

Browse files
committed
README.md: removed flake vcs info by mistake
Adding it back resolves #1.
1 parent 31c3fd8 commit 83ed210

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ nixos-generate-config --show-hardware-config > ./hosts/${new_host}.nix
2323
# ensure configuration lives in expected location
2424
ln -s $PWD /etc/nixos
2525

26+
# a flake is vcs based, so only git aware files are bundled
27+
# adding a new file to staging is enough
28+
git add ./hosts/${new_host}.nix
29+
2630
# `rebuild` wrapper for `nix build` bypassing `nixos-rebuild`
2731
# Usage: rebuild [host] {switch|boot|test|dry-activate}
2832

0 commit comments

Comments
 (0)