mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
commit
28b5b8af91
@ -4,13 +4,13 @@
|
|||||||
# "nix-store --load-db" and "nix-store --register-validity
|
# "nix-store --load-db" and "nix-store --register-validity
|
||||||
# --hash-given".
|
# --hash-given".
|
||||||
|
|
||||||
{ stdenvNoCC, coreutils, jq }:
|
{ stdenv, coreutils, jq }:
|
||||||
|
|
||||||
{ rootPaths }:
|
{ rootPaths }:
|
||||||
|
|
||||||
assert builtins.langVersion >= 5;
|
assert builtins.langVersion >= 5;
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "closure-info";
|
name = "closure-info";
|
||||||
|
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user