You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Run package-internal tests
nix-build --attr pkgs.PACKAGE.passthru.tests
## Run NixOS tests
nix-build --attr nixosTests.NAME
nix build ".#nixosTests.NAME"## Run Global package tests, where PACKAGE is the name of the test listed in pkgs/test/default.nix
nix-build --attr tests.PACKAGE
Fetch a patch and do stuff with it.
In this case a patch was fetched compressed in a
.zst
(zstd) archive, we decompress and print the patch after.