From 07cd3f7b525153b3ed7250f2d21f946266fdc22d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:52:50 -0600 Subject: [PATCH] adjusted command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 915cfa2..e27ab15 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,6 @@ sudo nixos-rebuild switch --flake /etc/nixos#lxc" ## Flakes ```shell -sudo nixos-rebuild switch --flake git+https://gitea.john-stream.com/john/lxc-bootstrap#lxc --no-write-lock-file +sudo nix-channel --update && \ +nix-shell -p git --run "sudo nixos-rebuild switch --flake git+https://gitea.john-stream.com/john/lxc-bootstrap#lxc --no-write-lock-file" ``` \ No newline at end of file