From c251dffab8b2cc41ecf8d1fd7c8d6a40df2766e5 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Sat, 18 Apr 2026 10:11:02 +0200 Subject: [PATCH] Updatet README.md --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 127fcdd..d50263d 100644 --- a/README.md +++ b/README.md @@ -87,24 +87,3 @@ Secrets are managed with [sops-nix](https://github.com/Mic92/sops-nix) and age e - [sops-nix](https://github.com/Mic92/sops-nix) - [nixvim](https://github.com/nix-community/nixvim) -# TODO - -- [ ] Verify Linux build on `cyper-desktop` -```bash - sudo nixos-rebuild switch --flake ~/.config/nix#cyper-desktop -``` -- [ ] Verify Darwin build on `cyper-mac` -```bash - darwin-rebuild switch --flake ~/.config/nix#cyper-mac -``` -- [ ] Commit and push all current changes -```bash - git add -A && git commit -m "unify configs" && git push -``` -- [ ] Test `nix-check` alias on both machines -- [ ] Test `nix-switch` alias on both machines after initial builds succeed -- [ ] Verify sops secrets are accessible on Darwin -```bash - echo $GROQ_API_KEY -``` -- [ ] Verify sketchybar loads correctly with lua config on macOS