{"id":48986958,"url":"https://github.com/pspdev/pspdev-nix","last_synced_at":"2026-04-18T13:07:58.682Z","repository":{"id":350910620,"uuid":"1204349976","full_name":"pspdev/pspdev-nix","owner":"pspdev","description":"Nix support for pspdev.","archived":false,"fork":false,"pushed_at":"2026-04-12T17:49:30.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-12T19:22:32.112Z","etag":null,"topics":["nix","nix-flake","nix-flake-template","psp","pspdev"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pspdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-07T23:42:53.000Z","updated_at":"2026-04-12T17:49:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pspdev/pspdev-nix","commit_stats":null,"previous_names":["pspdev/pspdev-nix"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pspdev/pspdev-nix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspdev%2Fpspdev-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspdev%2Fpspdev-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspdev%2Fpspdev-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspdev%2Fpspdev-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pspdev","download_url":"https://codeload.github.com/pspdev/pspdev-nix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pspdev%2Fpspdev-nix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31969873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["nix","nix-flake","nix-flake-template","psp","pspdev"],"created_at":"2026-04-18T13:07:55.868Z","updated_at":"2026-04-18T13:07:58.673Z","avatar_url":"https://github.com/pspdev.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pspdev-nix\n\nNix flake that provides a PSP development toolchain.\n\n## Getting started\n\nMake sure [flakes are enabled](https://nixos.wiki/wiki/Flakes). If you don't have Nix, [install it from here](https://github.com/DeterminateSystems/nix-installer). This installer can enable flakes for you. If the binary cache is not being used, make sure you added yourself as a trusted user to /etc/nix/nix.conf.\n\nThen create a new project using:\n\n```sh\nnix flake new --refresh --template github:pspdev/pspdev-nix#cmake project_dir\n```\n\nYou can also initialize in the current directory with:\n\n```sh\nnix flake init --refresh --template github:pspdev/pspdev-nix#cmake\n```\n\n`--refresh` is specified as templates may change over time upstream, so this\nway you will always make new projects using the latest templates.\n\n## Binary cache\n\nThis flake is built and cached on Cachix:\n\n- Cache: `https://pspdev.cachix.org`\n- Public key: `pspdev.cachix.org-1:lFw1M0EYJeN3Y2xHR7spiuPmThrNDXo8Z9I0Jgzig/0=`\n\nTo use it, add the following to your Nix configuration:\n\n```nix\nsubstituters = [ \"https://pspdev.cachix.org\" ];\ntrusted-public-keys = [ \"pspdev.cachix.org-1:lFw1M0EYJeN3Y2xHR7spiuPmThrNDXo8Z9I0Jgzig/0=\" ];\n```\n\n## License\n\nThis project is licensed under the Apache License 2.0. See the\n[LICENSE.txt](LICENSE.txt) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspdev%2Fpspdev-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpspdev%2Fpspdev-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspdev%2Fpspdev-nix/lists"}