From 6080fa87150dbe8590db3f5c3884e9c4085ac7a5 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Sat, 18 Jan 2025 20:41:05 +0200 Subject: [PATCH] Add --flake option to command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deeeadd..31a8e72 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ Nix allows for easy to manage, collaborative, reproducible deployments. This mea After installed NixOS with `nix-command` & `flake` enabled, you can deploy this flake with the following command: ```bash -sudo nixos-rebuild switch .#nixos-test +sudo nixos-rebuild switch --flake .#nixos-test ```