From ac3c05545fdf5ae714304111021cbc0da056a58b Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 22 Dec 2023 00:15:30 +0800 Subject: [PATCH] fix: typo --- hosts/idols/ai/nixos-installer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/idols/ai/nixos-installer/README.md b/hosts/idols/ai/nixos-installer/README.md index 90c03ada..5a538f9c 100644 --- a/hosts/idols/ai/nixos-installer/README.md +++ b/hosts/idols/ai/nixos-installer/README.md @@ -1,6 +1,6 @@ # Nix Environment for Deploying my NixOS Configuration -This flake prepares a Nix environment for setting my desktop [../hosts/idols/ai](../hosts/idols/ai/)(on main flake) up on a new machine. +This flake prepares a Nix environment for setting my desktop [/hosts/idols/ai](/hosts/idols/ai/)(on main flake) up on a new machine. TODOs: @@ -8,7 +8,7 @@ TODOs: ## Why an extra flake is needed? -The configuration of the main flake, [../flake.nix](../flake.nix), is heavy, and it takes time to debug & deploy. +The configuration of the main flake, [/flake.nix](/flake.nix), is heavy, and it takes time to debug & deploy. This simplified flake is tiny and can be deployed very quickly, it helps me to: 1. Adjust & verify my `hardware-configuration.nix` modification quickly before deploying the `main` flake.