{"id":16369690,"url":"https://github.com/dcsunset/nur-packages","last_synced_at":"2026-03-03T17:30:16.569Z","repository":{"id":189180851,"uuid":"680197113","full_name":"DCsunset/nur-packages","owner":"DCsunset","description":"My personal NUR repository","archived":false,"fork":false,"pushed_at":"2025-02-13T14:38:43.000Z","size":215,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T15:32:58.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Nix","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/DCsunset.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}},"created_at":"2023-08-18T15:20:18.000Z","updated_at":"2025-02-13T14:38:47.000Z","dependencies_parsed_at":"2023-08-18T16:57:08.540Z","dependency_job_id":"770fe90f-c088-4a12-a2f9-2c95bfda736e","html_url":"https://github.com/DCsunset/nur-packages","commit_stats":null,"previous_names":["dcsunset/nur-packages"],"tags_count":0,"template":false,"template_full_name":"nix-community/nur-packages-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fnur-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fnur-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fnur-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fnur-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCsunset","download_url":"https://codeload.github.com/DCsunset/nur-packages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239885425,"owners_count":19713300,"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":[],"created_at":"2024-10-11T02:56:02.907Z","updated_at":"2025-02-20T17:40:57.527Z","avatar_url":"https://github.com/DCsunset.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nur-packages\n\n**My personal [NUR repository](https://nur.nix-community.org/repos/dcsunset/)**\n\n\u003c!-- Remove this if you don't use github actions --\u003e\n![Build and populate cache](https://github.com/DCsunset/nur-packages/workflows/Build%20and%20populate%20cache/badge.svg)\n\n## Usage\n\nYou can follow the [NUR guide](https://github.com/nix-community/NUR#how-to-use) to import the whole NUR namespace\nand use the repo as `nur.repos.dcsunset`.\nThis will use the official build of this NUR repo.\n\nTo use this repo directly (latest) without the whole NUR namespace,\nadd the following to your `flake.nix` config:\n\n```nix\n{\n  inputs = {\n    nur-dcsunset = {\n      url = \"github:DCsunset/nur-packages\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n\n  outputs = { self, nixpkgs, ... }@inputs: {\n    nixosConfigurations.default = nixpkgs.lib.nixosSystem {\n      system = \"x86_64-linux\";\n      modules = [\n        # Add packages from this repo\n        {\n          nixpkgs.overlays = [ inputs.nur-dcsunset.overlays.pkg ];\n        }\n      ];\n    };\n  };\n}\n```\n\n## Acknowledgement\n\nSome of the modules and packages are derived from nixpkgs for testing or applying minor fixes.\nThanks to nixpkgs contributors!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fnur-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsunset%2Fnur-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fnur-packages/lists"}