From 52eb121108a6ba9b10b648a4c0f0d155f7736b66 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 29 Jul 2025 23:41:31 +0200 Subject: [PATCH] Revise claude memory --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3cebab0..ffaa812 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ ## Nix Configuration System - This is my nix configuration system. Whenever you need to introduce update to my config, remember to check the current config. -- When you are going to introduce update to my nix config, do it on a experimental branch (use 'nightly'), and commit and push to that branch after you perform test to check the updates work as intended. Never work on the master branch which I will perform merge manually. +- When you are going to introduce update to my nix config, do it on `nightly` branch, (and remember that `master` branch might be newer), and commit and push to that branch after you perform test to check the updates work as intended. Never work on the master branch which I will perform merge manually. - After you introduce updates, remember to reflect those updates in the readme, should they bring any changes. - You can use `hms` to perform home-manager switch and `exec zsh` to refresh shell environment