3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #178969 from christian-burger/fix/comment-in-release.nix-corrected

nixos/release.nix: fixed commands in comment
This commit is contained in:
Robert Hensing 2022-07-11 12:02:42 +02:00 committed by GitHub
commit 38860c9e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {