Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1 2<!-- 3^ Please summarise the changes you have done and explain why they are necessary here ^ 4 5For package updates please link to a changelog or describe changes, this helps your fellow maintainers discover breaking updates. 6For new packages please briefly describe the package or provide a link to its homepage. 7--> 8 9## Things done 10 11<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. --> 12 13- Built on platform: 14 - [ ] x86_64-linux 15 - [ ] aarch64-linux 16 - [ ] x86_64-darwin 17 - [ ] aarch64-darwin 18- Tested, as applicable: 19 - [ ] [NixOS tests] in [nixos/tests]. 20 - [ ] [Package tests] at `passthru.tests`. 21 - [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality. 22- [ ] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage]. 23- [ ] Tested basic functionality of all binary files, usually in `./result/bin/`. 24- Nixpkgs Release Notes 25 - [ ] Package update: when the change is major or breaking. 26- NixOS Release Notes 27 - [ ] Module addition: when adding a new NixOS module. 28 - [ ] Module update: when the change is significant. 29- [ ] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs. 30 31[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests 32[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests 33[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage 34 35[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md 36[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests 37[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md 38[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests 39[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md 40[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test 41 42--- 43 44Add a :+1: [reaction] to [pull requests you find important]. 45 46[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ 47[pull requests you find important]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc