with one click
update-system
Update flake.lock to latest versions of all dependencies
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Update flake.lock to latest versions of all dependencies
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | update-system |
| description | Update flake.lock to latest versions of all dependencies |
| user-invocable | true |
Update the flake.lock to the latest versions of all inputs (nixpkgs, fenix, home-manager, etc).
Update lockfile
nix flake update
This fetches the latest versions from all input repositories and updates flake.lock.
Build to test
nix build .#nixosConfigurations.machine.config.system.build.toplevel
This validates the new dependencies work. The build will fail if there are compatibility issues to fix.
Fix compatibility issues
Format and commit
scripts/format