{"id":20785755,"url":"https://github.com/alvaro17f/zix","last_synced_at":"2026-05-17T18:11:35.084Z","repository":{"id":232024032,"uuid":"782900001","full_name":"alvaro17f/zix","owner":"alvaro17f","description":"Update your nixos system with a single command","archived":false,"fork":false,"pushed_at":"2025-05-04T01:07:44.000Z","size":125,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-04T02:19:58.444Z","etag":null,"topics":["zig"],"latest_commit_sha":null,"homepage":"https://github.com/alvaro17f/zix","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alvaro17f.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-06T11:10:23.000Z","updated_at":"2025-05-04T01:07:46.000Z","dependencies_parsed_at":"2024-07-26T01:03:15.247Z","dependency_job_id":"97f60a6f-532b-41ce-bf0d-cd54a19f6444","html_url":"https://github.com/alvaro17f/zix","commit_stats":null,"previous_names":["alvaro17f/zix"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fzix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fzix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fzix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fzix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvaro17f","download_url":"https://codeload.github.com/alvaro17f/zix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252516303,"owners_count":21760751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["zig"],"created_at":"2024-11-17T14:47:15.478Z","updated_at":"2026-05-17T18:11:35.080Z","avatar_url":"https://github.com/alvaro17f.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZIX\n\n![](vhs/zix.gif)\n\nCLI tool for managing NixOS configuration.\n\n\u003e :warning: **Work in Progress**: Under active development. Features may change.\n\n## Requirements\n\n- **Zig 0.16.0** or later\n\n## Installation\n\n```sh\ngit clone https://github.com/alvaro17f/zix.git\ncd zix\nzig build run\n```\n\nMove binary to PATH:\n\n```sh\nsudo mv zig-out/bin/zix \u003cPATH\u003e\n```\n\n### NixOS\n\n```sh\nnix run github:alvaro17f/zix#target.x86_64-linux-musl\n```\n\nAdd to flake:\n\n```nix\n{\n    inputs = {\n        zix.url = \"github:alvaro17f/zix\";\n    };\n}\n```\n\n```nix\n{ inputs, pkgs, ... }:\n{\n    home.packages = [\n        inputs.zix.packages.${pkgs.system}.default\n    ];\n}\n```\n\n## Taskfile\n\nBuild tasks via `./taskfile`:\n\n| Task | Description |\n|---|---|\n| `./taskfile build` | Compile project |\n| `./taskfile run` | Execute binary |\n| `./taskfile test` | Run test suite |\n| `./taskfile coverage` | Run tests + kcov (100% line coverage) |\n| `./taskfile fmt` | Format Zig sources |\n| `./taskfile clean` | Remove build artifacts |\n| `./taskfile` | Show help |\n\n## Coverage\n\n100% line coverage enforced via **kcov**:\n\n```sh\n./taskfile coverage\n# ✓ coverage: 100.00% (305/305 lines)\n```\n\nTests run with LLVM backend (`.use_llvm = true`) for accurate DWARF instrumentation.\n\n## Usage\n\n```\n ***************************************************\n ZIX - A simple CLI tool to update your nixos system\n ***************************************************\n -r : set repo path (default is $HOME/.dotfiles)\n -n : set hostname (default is OS hostname)\n -k : set generations to keep (default is 10)\n -u : set update to true (default is false)\n -d : set diff to true (default is false)\n -h, help : Display this help message\n -v, version : Display the current version\n```\n\n## License\n\nMIT. See LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvaro17f%2Fzix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvaro17f%2Fzix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvaro17f%2Fzix/lists"}