From 3001393b122b4c71c8a7defb5896d76f1c5e615b Mon Sep 17 00:00:00 2001 From: TakeV Date: Wed, 29 Mar 2023 20:58:04 -0700 Subject: [PATCH] Add link to nixos-generators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e252633..86c1d91 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf ``` ## Building and Running +We are using the [nixos-generators](https://github.com/nix-community/nixos-generators) package to help coordinate builds. ### VM To build the VM: `nix run github:nix-community/nixos-generators -- -c default.nix -f vm -o result/vm`