{"id":23359641,"url":"https://github.com/nulladmin1/conversion","last_synced_at":"2025-04-07T20:45:05.099Z","repository":{"id":259341249,"uuid":"877623811","full_name":"nulladmin1/Conversion","owner":"nulladmin1","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-24T01:03:30.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T16:07:03.702Z","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/nulladmin1.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":"2024-10-24T00:36:00.000Z","updated_at":"2024-10-24T01:03:33.000Z","dependencies_parsed_at":"2024-10-24T16:07:05.249Z","dependency_job_id":"c1360517-05a8-400d-970c-eb2d27a8ba33","html_url":"https://github.com/nulladmin1/Conversion","commit_stats":null,"previous_names":["nulladmin1/conversion"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2FConversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2FConversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2FConversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2FConversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nulladmin1","download_url":"https://codeload.github.com/nulladmin1/Conversion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247729423,"owners_count":20986392,"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-12-21T11:11:28.032Z","updated_at":"2025-04-07T20:45:04.599Z","avatar_url":"https://github.com/nulladmin1.png","language":"Nix","readme":"# Nix Flake Template for C++ using \n\n*All of this information is also included in the [README.md](https://github.com/nulladmin1/nix-flake-templates/blob/main/flake.nix)*\n\nInitialize using\n```shell  \nnix flake init --template \"github:nulladmin1/nix-flake-templates#cpp\"\n```\n\nThis is how the structure of the template looks like:\n```\n📦 cpp\n├─ 🔒 Cargo.lock\n├─ ⚙️ CMakeLists.txt\n├─ 🔒 flake.lock\n├─ ⚙️ flake.nix\n├─ 📁 src\n│  ├─ 📝 hello.cpp\n│  ├─ ⚙️ CMakeLists.txt\n├─ 🔨 Makefile\n├─ 📃 README.md\n ```\n\nIt includes a really simple Hello World program\n\n#### Run using Nix\n\n```shell\nnix run\n```\n\n#### Go into Development Shell\n```shell\nnix develop\n```\n\n#### (Optional) Format [`flake.nix`](flake.nix) using ```Alejandra```\n```shell\nnix fmt\n```\n\n#### To customize it to your own needs\n\n* In [`flake.nix`](flake.nix)\n  * Edit description\n  ```nix\n    {\n        description = \"Nix Flake Template for Python using Poetry\";\n        # ...\n    }\t\n    ``` \n  * Change the name of the binary\n  ```nix\n       {\n      # ...\t\t\n          program = \"${self.packages.${system}.default}/bin/hello\";\n      # ...\t\n      }\n    ```\n* For the structure and code\n  * Add necessary code into the [`src/`](src) directory and configure CMake accordingly","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnulladmin1%2Fconversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnulladmin1%2Fconversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnulladmin1%2Fconversion/lists"}