Граф коммитов

1 Коммитов

Автор SHA1 Сообщение Дата
Daniel Poelzleithner e5806b92c2
[vcpkg] Add shell.nix for building on NixOS (#15906)
NixOS does not follow the FHS/LSB convention and building vcpkg therefore
fails. In general, vcpkg is of very limited use for a Nix system.
This shell.nix however, allows a developer to enter a environment
suitable for building vcpkg and developing packages for use on
other platforms.
Running with argument withX11 will allow building most packages that require
X11 libraries.

$ nix-shell --arg withX11 true
2021-02-03 11:20:35 -08:00