Commit 6f733a03 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

Revert "closure-info: switch to stdenvNoCC (#344456)"

This reverts commit 58dd4924, reversing
changes made to 7da9f66c.

This was a mass-rebuild that was not intended to be merged.
parent 2e00d7af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
# "nix-store --load-db" and "nix-store --register-validity
# --hash-given".

{ stdenvNoCC, coreutils, jq }:
{ stdenv, coreutils, jq }:

{ rootPaths }:

assert builtins.langVersion >= 5;

stdenvNoCC.mkDerivation {
stdenv.mkDerivation {
  name = "closure-info";

  __structuredAttrs = true;