From bc5c76eef1cfb7cd1bacf2aa2b6567b5905f9f5f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 17 Feb 2026 21:11:15 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8cffcd..36a2816 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ nix flake update ### New Host Installation ```bash # For NixOS and disko -sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko --flake github:Logan-Lin/nix-config# +sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko --flake git+https://git.yanlincs.com/yanlin/nix# sudo nixos-install --flake .# # For nix-darwin xcode-select --install -sudo nix --extra-experimental-features "nix-command flakes" run nix-darwin -- switch --flake github:Logan-Lin/nix-config# -nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake github:Logan-Lin/nix-config#@ +sudo nix --extra-experimental-features "nix-command flakes" run nix-darwin -- switch --flake git+https://git.yanlincs.com/yanlin/nix# +nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake git+https://git.yanlincs.com/yanlin/nix#@ ``` ### Occasional Commands