{"id":50727168,"url":"https://github.com/anders130/nixos-updater","last_synced_at":"2026-06-10T05:01:36.276Z","repository":{"id":358254177,"uuid":"1240578042","full_name":"anders130/nixos-updater","owner":"anders130","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-05T19:11:40.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-05T21:09:35.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anders130.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T09:58:01.000Z","updated_at":"2026-06-05T19:11:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/anders130/nixos-updater","commit_stats":null,"previous_names":["anders130/nixos-updater"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anders130/nixos-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fnixos-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fnixos-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fnixos-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fnixos-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anders130","download_url":"https://codeload.github.com/anders130/nixos-updater/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fnixos-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34137570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-10T05:01:35.134Z","updated_at":"2026-06-10T05:01:36.270Z","avatar_url":"https://github.com/anders130.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nixos-updater\n\nSystem tray app that notifies you when your NixOS flake has a new revision and lets you apply it with one click.\n\nBuilt with PyQt6. Targets KDE Plasma but works on any desktop with an SNI-compatible tray.\n\n## Usage\n\nAdd to your flake inputs:\n\n```nix\nnixos-updater = {\n  url = \"github:anders130/nixos-updater\";\n  inputs.nixpkgs.follows = \"nixpkgs\";\n};\n```\n\nApply the overlay so `pkgs.nixos-updater` is available:\n\n```nix\nnixpkgs.overlays = [inputs.nixos-updater.overlays.default];\n```\n\nImport the home-manager module and enable it:\n\n```nix\nimports = [inputs.nixos-updater.homeManagerModules.nixos-updater];\n\nservices.nixosUpdater = {\n  enable = true;\n  flakeUrl = \"github:you/nixos-config\";\n};\n```\n\n## Options\n\n| Option     | Type   | Description                |\n| ---------- | ------ | -------------------------- |\n| `enable`   | bool   | Enable the service         |\n| `flakeUrl` | string | Flake to watch for updates |\n\n## Binary caches\n\nnixos-updater runs `nixos-rebuild` directly, which inherits the Nix\ndaemon's configuration. Configure private caches in your NixOS config\nand they will be used automatically during updates:\n\n```nix\nnix.settings = {\n  substituters = [\"https://you.cachix.org\"];\n  trusted-public-keys = [\"you.cachix.org-1:abc123...\"];\n};\n```\n\n## Development\n\n```bash\nnix develop\nnix build\n```\n\nTo test the UI without waiting for a real update:\n\n```bash\necho \"0000000000000000000000000000000000000000\" \u003e ~/.local/share/nixos-updater/applied-rev\nNIXOS_UPDATER_FLAKE_URL=\"github:NixOS/nixpkgs/nixos-unstable\" \\\nNIXOS_UPDATER_HOSTNAME=\"test\" \\\n./result/bin/nixos-updater \u0026\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanders130%2Fnixos-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanders130%2Fnixos-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanders130%2Fnixos-updater/lists"}