{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":562309991,"defaultBranch":"master","name":"nosys","ownerLogin":"divnix","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-11-05T23:44:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/79233628?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708767448.0","currentOid":""},"activityList":{"items":[{"before":"6e168298ce2f9aa9fc6ef85ded56b07f41d90d18","after":"798ee92962613f296c0ed89a098a7fba9978ffc0","ref":"refs/heads/master","pushedAt":"2024-02-26T18:16:21.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"Merge pull request #16 from divnix/pkgs-handling\n\nfeat: specially handle `pkgs` input","shortMessageHtmlLink":"Merge pull request #16 from divnix/pkgs-handling"}},{"before":"08f32db3b8bbc38d251d6888b0ed7c4c21e6423d","after":"764a522acd3d52462bf70324b5995cd3918fa27a","ref":"refs/heads/pkgs-handling","pushedAt":"2024-02-26T17:15:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"docs(README): add a \"Why\" section at the top","shortMessageHtmlLink":"docs(README): add a \"Why\" section at the top"}},{"before":"efefdb6e2597734dde981fa6b080d17cf7f97ab3","after":"08f32db3b8bbc38d251d6888b0ed7c4c21e6423d","ref":"refs/heads/pkgs-handling","pushedAt":"2024-02-26T17:14:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"docs(README): add a \"Why\" section at the top","shortMessageHtmlLink":"docs(README): add a \"Why\" section at the top"}},{"before":"448a72e73acdb250ae1dc3604448a9ab63cb8bf6","after":"efefdb6e2597734dde981fa6b080d17cf7f97ab3","ref":"refs/heads/pkgs-handling","pushedAt":"2024-02-26T17:11:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"docs(README): add a \"Why\" section at the top","shortMessageHtmlLink":"docs(README): add a \"Why\" section at the top"}},{"before":"f4260662fb5ccb0d68d8b93be4a704aa42cbbcc4","after":"448a72e73acdb250ae1dc3604448a9ab63cb8bf6","ref":"refs/heads/pkgs-handling","pushedAt":"2024-02-26T17:06:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"docs(README): add a \"Why\" section at the top","shortMessageHtmlLink":"docs(README): add a \"Why\" section at the top"}},{"before":"ab6eff85b839b475e5d431b3f2d85ade3504da27","after":"f4260662fb5ccb0d68d8b93be4a704aa42cbbcc4","ref":"refs/heads/pkgs-handling","pushedAt":"2024-02-26T16:56:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"docs(README): explain `pkgs` special handling","shortMessageHtmlLink":"docs(README): explain pkgs special handling"}},{"before":"0a2b8ef61777bce1d2c5d13efee088a0e9be86e3","after":"ab6eff85b839b475e5d431b3f2d85ade3504da27","ref":"refs/heads/pkgs-handling","pushedAt":"2024-02-26T16:37:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"docs(README): explain `pkgs` special handling","shortMessageHtmlLink":"docs(README): explain pkgs special handling"}},{"before":null,"after":"0a2b8ef61777bce1d2c5d13efee088a0e9be86e3","ref":"refs/heads/pkgs-handling","pushedAt":"2024-02-24T09:37:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"feat: specially handle `pkgs` input\n\nIf nixpkgs is declared in a flake as the `pkgs` input, then the\npackage collection will automatically be imported under the given\ninput for quick access, e.g. `pkgs.zlib` instead of\n`pkgs.legacyPackages.zlib`.\n\nIn addition, the `lib` attribute will be brought into the top-level of\nthe functor arguments for quick reference, e.g.\n`nosys inputs ({lib, pkgs, ...}: {})`","shortMessageHtmlLink":"feat: specially handle pkgs input"}},{"before":"b95ebd9b3751ba51f17b8ac1501d61ac0a4e5897","after":"6e168298ce2f9aa9fc6ef85ded56b07f41d90d18","ref":"refs/heads/master","pushedAt":"2023-05-30T01:53:19.374Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"Merge pull request #15 from blaggacao/tmpl-with-call-flake\n\nrefactor: swap flake-compat for call-flake","shortMessageHtmlLink":"Merge pull request #15 from blaggacao/tmpl-with-call-flake"}},{"before":"52ff559e63d4d8e2a3a0cfbc50a7b2a4361d9101","after":"b95ebd9b3751ba51f17b8ac1501d61ac0a4e5897","ref":"refs/heads/master","pushedAt":"2023-05-18T20:49:30.639Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"Merge pull request #14 from blaggacao/fix-symplink\n\nfix: symlink into template","shortMessageHtmlLink":"Merge pull request #14 from blaggacao/fix-symplink"}},{"before":"feade0141487801c71ff55623b421ed535dbdefa","after":"52ff559e63d4d8e2a3a0cfbc50a7b2a4361d9101","ref":"refs/heads/master","pushedAt":"2023-05-02T17:28:20.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nrdxp","name":"timd","path":"/nrdxp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34083928?s=80&v=4"},"commit":{"message":"Merge pull request #13 from blaggacao/add-no-hassle-local-development-template\n\nfeat: add `local` template for the local (sub-)flake pattern w/ nosys","shortMessageHtmlLink":"Merge pull request #13 from blaggacao/add-no-hassle-local-developmentā€¦"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0yNlQxODoxNjoyMS4wMDAwMDBazwAAAAQFtSa6","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0yNlQxODoxNjoyMS4wMDAwMDBazwAAAAQFtSa6","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0wMlQxNzoyODoyMC4wMDAwMDBazwAAAAMkk-eW"}},"title":"Activity Ā· divnix/nosys"}