{"id":27958405,"url":"https://github.com/determinatesystems/nix","last_synced_at":"2026-03-27T20:51:35.634Z","repository":{"id":211022627,"uuid":"727918427","full_name":"DeterminateSystems/nix","owner":"DeterminateSystems","description":"Tracks the fallback paths for Nix, to allow upgrades on our schedule.","archived":false,"fork":false,"pushed_at":"2025-07-12T15:11:29.000Z","size":157,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-12T17:35:12.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","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/DeterminateSystems.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}},"created_at":"2023-12-05T21:04:17.000Z","updated_at":"2025-07-12T15:11:30.000Z","dependencies_parsed_at":"2024-02-29T00:25:18.997Z","dependency_job_id":"9bae8cfb-37ea-4fb5-af00-e2063b7dc3cb","html_url":"https://github.com/DeterminateSystems/nix","commit_stats":null,"previous_names":["determinatesystems/nix-upgrade"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/DeterminateSystems/nix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeterminateSystems","download_url":"https://codeload.github.com/DeterminateSystems/nix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeterminateSystems%2Fnix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482004,"owners_count":24094508,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":"2025-05-07T18:23:13.990Z","updated_at":"2026-02-22T23:14:50.308Z","avatar_url":"https://github.com/DeterminateSystems.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ‼️🚨 You probably want [DeterminateSystems/determinate][determinate]!\n\nThis repository used to provide NixOS, nix-darwin, and Home Manager modules for installing \"[Determinate Nix][det-nix].\"\nHowever, it has always actually shipped Nix from upstream.\nInstead of making it silently switch users over to a different Nix, we've replaced the modules with assertions to help people move.\n\n## Migrating\n\n### Migrating for nix-darwin users\n\nDeterminate Nix is fully compatible with nix-darwin.\n\nTo fix this issue:\n\n1. Install Determinate Nix with the macOS package from https://docs.determinate.systems/\n2. Set `nix.enable = false` in your nix-darwin configuration\n3. Delete the `DeterminateSystems/nix` reference from your flake inputs,\n4. Delete `nix.darwinModules.default` from your nix-darwin modules list\n5. Rebuild your nix-darwin configuration\n\n### Migrating for NixOS users\n\nDeterminate Nix is fully compatible with NixOS.\n\nTo fix this issue, please:\n\n1. Replace the `DeterminateSystems/nix` flake input with:\n\n  ```nix\n  inputs.determinate.url = \"https://flakehub.com/f/DeterminateSystems/determinate/*\";\n  ```\n\n2. Replace the `nix.nixosModules.default` module in your NixOS modules list with:\n\n  ```nix\n  determinate.nixosModules.default\n  ```\n\n1. Rebuild your NixOS configuration, passing some extra options so you don't have to compile Determinate Nix yourself:\n\n  ```shell\n  sudo nixos-rebuild \\\n    switch \\\n    --option extra-substituters https://install.determinate.systems \\\n    --option extra-trusted-public-keys cache.flakehub.com-3:hJuILl5sVK4iKm86JzgdXW12Y2Hwd5G07qKtHTOcDCM= \\\n    --flake ...\n  ```\n\nFor more details, see our [installation guide][nixos-guide].\n\n### Migrating for home-manager users\n\nDeterminate Nix doesn't offer a home-manager module, because it must be configured at the host level.\n\nInstall or configure Determinate Nix on your system with our [getting started documentation][getting-started].\n\n## Further help\n\nWe're available to help!\n\n- Reach out on [Discord]\n- Contact support at [support@determinate.systems][support]\n\n## Does this repo do _anything?_\n\nYes.\nThis repository is used by [nix-installer] to get a recent working version of Nix from [upstream].\n\n[det-nix]: https://docs.determinate.systems/determinate-nix\n[determinate]: https://github.com/DeterminateSystems/determinate\n[discord]: https://determinate.systems/discord\n[getting-started]: https://docs.determinate.systems\n[nix-installer]: https://github.com/DeterminateSystems/nix-installer\n[nixos-guide]: https://docs.determinate.systems/guides/advanced-installation/#nixos\n[support]: mailto:support@determinate.systems\n[upstream]: https://github.com/NixOS/nix","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeterminatesystems%2Fnix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeterminatesystems%2Fnix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeterminatesystems%2Fnix/lists"}