Files
Michael Daniels 2bb3216d1c maintainers/scripts/update.nix: allow true for boolean args along w/ "true"
I intend to add a deprecation warning when a string is provided once I've
updated some downstream users.
2026-06-07 15:53:01 -04:00

451 B

How to update

nix-shell maintainers/scripts/update.nix --argstr package androidenv.test-suite --arg commit true

How to run tests

You may need to make yourself familiar with package tests and Writing larger package tests, then run tests locally with:

$ export NIXPKGS_ALLOW_UNFREE=1
$ cd path/to/nixpkgs
$ nix-build -A androidenv.test-suite