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