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
In Nixpkgs you can use
to update packages that always need to be on the latest changes/commit.