{"id":19916239,"url":"https://github.com/clansty/flake","last_synced_at":"2025-06-23T18:35:49.339Z","repository":{"id":58647082,"uuid":"458060215","full_name":"clansty/flake","owner":"clansty","description":"凌莞的 NixOS 配置","archived":false,"fork":false,"pushed_at":"2024-08-14T13:54:23.000Z","size":1659,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-03T05:32:49.086Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clansty.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-02-11T05:41:05.000Z","updated_at":"2024-08-14T13:54:26.000Z","dependencies_parsed_at":"2024-07-15T15:47:23.932Z","dependency_job_id":"605e9575-8d43-4fe7-a7c1-f19f3f5520dc","html_url":"https://github.com/clansty/flake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clansty/flake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clansty%2Fflake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clansty%2Fflake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clansty%2Fflake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clansty%2Fflake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clansty","download_url":"https://codeload.github.com/clansty/flake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clansty%2Fflake/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261534490,"owners_count":23173412,"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-11-12T21:44:56.353Z","updated_at":"2025-06-23T18:35:49.313Z","avatar_url":"https://github.com/clansty.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 凌莞的 Nix Flake\n\n包含我自己的配置和打包的一些软件包，适用于 [NixOS](https://nixos.org) 和 [nix-darwin](https://github.com/LnL7/nix-darwin)\n\n## 使用 overlay\n\n```nix\n# flake.nix\n{\n    inputs.clansty.url = \"github:clansty/flake\";\n    outputs = inputs: {\n        nixosConfigurations.\u003cmachine-name\u003e = {\n            # ...\n            modules = [\n                # ...\n                {\n                    nixpkgs.overlays = [ inputs.clansty.overlays.clansty ];\n                    environment.systemPackages = [ pkgs.yesplaymusic ]; # Something in `packages` dir of this repo\n                }\n            ];\n        };\n    };\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclansty%2Fflake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclansty%2Fflake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclansty%2Fflake/lists"}