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

This commit is contained in:
Vladimír Čunát 2024-09-26 09:28:35 +02:00
commit 28b5b8af91
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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