0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #319308 from frederictobiasc/nixosTest-ipv6

nixosTest: Introduce IPv6
This commit is contained in:
Jacek Galowicz 2024-07-18 11:52:10 +02:00 committed by GitHub
commit dfc9d68303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 84 additions and 43 deletions

View file

@ -237,6 +237,8 @@
- [`lib.options.mkPackageOptionMD`](https://nixos.org/manual/nixpkgs/unstable#function-library-lib.options.mkPackageOptionMD) is now obsolete; use the identical [`lib.options.mkPackageOption`](https://nixos.org/manual/nixpkgs/unstable#function-library-lib.options.mkPackageOption) instead.
- `nixosTests` now provide a working IPv6 setup for VLAN 1 by default.
- To facilitate dependency injection, the `imgui` package now builds a static archive using vcpkg' CMake rules.
The derivation now installs "impl" headers selectively instead of by a wildcard.
Use `imgui.src` if you just want to access the unpacked sources.