Skip to content

Commit 18768a8

Browse files
committed
pkgs/default.nix, .maint/hashes: expose and hash-check early- derivations
1 parent 4393697 commit 18768a8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.maint/hashes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
5hasqad9ih2fmn6ma9vww2jdjqjgzvxs bootstrap-musl
22
cr1bxa6hjz1baygh7kdwmhgxvypqcvag bootstrap-toolchain
33
2f7xfn3x1bgpy1wdrnn48z3c1bagwggh bootstrap-busybox
4+
862zkf45ij0165v2hyihi4kvbnn33vrw early-gnumake
5+
mjcvva3q8xb8i7nkas4csx8xzmrgikbb early-linux-headers
6+
rl4q4f5cw6hc1j86rb18b1ywhirsnjwc early-python
7+
m5yng9gl475l9xdmlhahf63sjclsb43m early-cmake
8+
lfy70ya79ly63hgw98kxs3jm9jskkp48 early-clang
49
w4gcaxrzw0jg1darbh5m1kqc2chi916l stdenv.musl
510
b9hw86jiv5633wxnqmgfvppjzj4gyb42 stdenv.clang^toolchain
611
y2cxnwccxv568n1qyq0k8hhd46paakyh stdenv.clang^sysroot

pkgs/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ let
6262

6363
pkgs = {
6464
inherit bootstrap-musl bootstrap-toolchain bootstrap-busybox;
65-
early-clang = _bootstrap.early-clang;
65+
inherit (_bootstrap) early-gnumake early-linux-headers;
66+
inherit (_bootstrap) early-cmake early-python early-clang;
6667
inherit stdenv;
6768
inherit (stdenv) musl clang busybox;
6869

0 commit comments

Comments
 (0)