2025年03月28日

i made a to do list because i keep forgetting what i need to do. badumtss

Forensics writeups: A new hire Thorin’s Amulet.

github

probably i should take not about git commit --amend since that’s what I "need" to do, not git commit -a which is another different thing

added new notes:

nix

$ nix flake update
path '/home/user/home-manager' does not contain a 'flake.nix', searching up
error: path '/home/user/home-manager' is not part of a flake (neither it nor its parent directories contain a 'flake.nix' file)

flake.nix must exist

nix flake update
error: path '/nix/store/6ychk6zrxyhzxbpx7wrjmp7hbg0nap04-source/flake.nix' does not exist

solution: git add flake.nix

if there’s a new file, make sure to add it to git.