{"id":25129815,"url":"https://github.com/lightquantumarchive/nix-overlay","last_synced_at":"2025-09-11T17:33:08.877Z","repository":{"id":103066600,"uuid":"538713591","full_name":"LightQuantumArchive/nix-overlay","owner":"LightQuantumArchive","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-19T22:06:16.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T06:17:00.663Z","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/LightQuantumArchive.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}},"created_at":"2022-09-19T22:06:09.000Z","updated_at":"2025-01-14T01:25:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"a932556b-ba49-42bf-afac-ecea2cc55099","html_url":"https://github.com/LightQuantumArchive/nix-overlay","commit_stats":null,"previous_names":["lightquantumarchive/nix-overlay","photonquantum/nix-overlay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LightQuantumArchive/nix-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightQuantumArchive%2Fnix-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightQuantumArchive%2Fnix-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightQuantumArchive%2Fnix-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightQuantumArchive%2Fnix-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LightQuantumArchive","download_url":"https://codeload.github.com/LightQuantumArchive/nix-overlay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightQuantumArchive%2Fnix-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274679077,"owners_count":25329900,"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-09-11T02:00:13.660Z","response_time":74,"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-02-08T12:25:39.461Z","updated_at":"2025-09-11T17:33:08.835Z","avatar_url":"https://github.com/LightQuantumArchive.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nix Overlay of LightQuantum's Packages\n\nThis is a collection of packages that I use on my systems. Feel free to use them if you want.\n\n## Usage\n\nTo use this overlay, add the following to your `flake.nix`:\n\n```nix\n{\n    lq = {\n      url = \"github:PhotonQuantum/nix-overlay\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n\n    outputs = { self, nixpkgs, lq }: {\n      nixosConfigurations = {\n        myhost = nixpkgs.lib.nixosSystem {\n          system = \"x86_64-linux\";\n          modules = [\n            { nixpkgs.overlays = [ lq.overlay ]; }\n            ./configuration.nix\n          ];\n        };\n      };\n    };\n}\n```\n\nThen you can use the packages like this:\n\n```nix\n{ pkgs, ... }:\n\n{\n  environment.systemPackages = with pkgs; [\n    lq.universal-ctags-pcre2\n  ];\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightquantumarchive%2Fnix-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightquantumarchive%2Fnix-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightquantumarchive%2Fnix-overlay/lists"}