summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nixos/release.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index beafdf9ff5bc..543ab5b7d8a5 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -15,8 +15,8 @@ let
(if stableBranch then "." else "pre") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
# Run the tests for each platform. You can run a test by doing
- # e.g. ‘nix-build -A tests.login.x86_64-linux’, or equivalently,
- # ‘nix-build tests/login.nix -A result’.
+ # e.g. ‘nix-build release.nix -A tests.login.x86_64-linux’,
+ # or equivalently, ‘nix-build tests/login.nix’.
# See also nixosTests in pkgs/top-level/all-packages.nix
allTestsForSystem = system:
import ./tests/all-tests.nix {