From 5b49f1d1bfba59c06b723bb2e3a001591e7ab5fe Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 6 Jan 2020 16:57:35 -0700 Subject: [PATCH] README.md: removed flake vcs info by mistake Adding it back resolves #2. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b5a9fe..b0eef58 100644 --- a/README.md +++ b/README.md @@ -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}