about summary refs log tree commit diff
path: root/pkgs/top-level/nixpkgs-basic-release-checks.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-01-16 00:08:12 +0200
committerArtturin <Artturin@artturin.com>2023-01-16 00:08:12 +0200
commitfe1c7a1945d462489af03ea88e56d46b1a721e53 (patch)
tree5cd876c7aa330d33f4570a0129144d55e68f7e36 /pkgs/top-level/nixpkgs-basic-release-checks.nix
parent856f3a46b2f64d4481ced392e1ebc86f09551521 (diff)
treewide: remove usages of header and stopNest
they're obsolete
Diffstat (limited to 'pkgs/top-level/nixpkgs-basic-release-checks.nix')
-rw-r--r--pkgs/top-level/nixpkgs-basic-release-checks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/nixpkgs-basic-release-checks.nix b/pkgs/top-level/nixpkgs-basic-release-checks.nix
index e2b81b20c5b08..ab9dac4b380ca 100644
--- a/pkgs/top-level/nixpkgs-basic-release-checks.nix
+++ b/pkgs/top-level/nixpkgs-basic-release-checks.nix
@@ -32,7 +32,7 @@ pkgs.runCommand "nixpkgs-release-checks" { src = nixpkgs; buildInputs = [nix]; }
 
     # Check that all-packages.nix evaluates on a number of platforms without any warnings.
     for platform in ${pkgs.lib.concatStringsSep " " supportedSystems}; do
-        header "checking Nixpkgs on $platform"
+        echo "checking Nixpkgs on $platform"
 
         # To get a call trace; see https://nixos.org/manual/nixpkgs/stable/#function-library-lib.trivial.warn
         # Relies on impure eval