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
Disable pushing to a upstream repo where you have write access