2 Commits

Author SHA1 Message Date
Christoph Heiss
a55e373823
fix: nix-shell: update pkgconfig -> pkg-config build input (#1562)
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Co-authored-by: JR Conlin <jconlin+git@mozilla.com>
2024-05-20 13:29:52 -07:00
Jörg Thalheim
1d28560a12
provide shell.nix
Nix is a distribution independent package manager.
By providing this file user of nix get automatically all
required build dependencies by sourcing default.nix via a tool called
nix-shell. This should lower the entry barrier when setting up a
build environment.

Nix is also used in other places in Mozilla: https://github.com/mozilla/nixpkgs-mozilla
2019-11-30 06:54:25 +00:00