You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a manual installation, download the `update-checker` script, put it in your [PATH](https://unix.stackexchange.com/a/26059) and make it executable (`chmod +x update-checker`). Add the icons to your ~/.icons folder.
104
104
@@ -253,7 +253,7 @@ The flake provides the following outputs:
253
253
254
254
### π Troubleshooting
255
255
256
-
#### π Common Issues and Solutions
256
+
#### Common Issues and Solutions
257
257
258
258
1.**Script not finding NixOS configuration**
259
259
- Ensure your configuration is at `~/.config/nixos` or update the `nixosConfigPath` option
@@ -284,7 +284,7 @@ The flake provides the following outputs:
284
284
### β‘ System Integration
285
285
You can integrate the updater with your system by modifying your flake update script and your rebuild script to pass the UPDATE_FLAG variable and the REBUILD_FLAG variable, respectively.
286
286
287
-
#### π Your Flake Update Script and the UPDATE_FLAG
287
+
#### Your Flake Update Script and the UPDATE_FLAG
288
288
You can integrate your system to control the UPDATE_FLAG, which is saved in the "nix-update-update-flag" cache file. If you have UPDATE_LOCK_FILE set to "true", no further action is required. The program will detect if your lock file has been updated. If you have UPDATE_LOCK_FILE set to "false", the "nix-update-update-flag" file will signal that your lock file has been updated.
289
289
290
290
To integrate the update checker with your system, add the following to the update script you use to update your system's lock file (i.e. your "nix flake update" script), so that the output of nvd diff is piped in:
0 commit comments