forked from mirrors/nixpkgs
6 lines
342 B
Nix
6 lines
342 B
Nix
|
{
|
||
|
# https://cache.allvm.org
|
||
|
busybox = builtins.storePath /nix/store/88snbnw04cldx4c3k9qrd0y2vifld2b2-stdenv-bootstrap-tools-aarch64-unknown-linux-musl/on-server/busybox;
|
||
|
bootstrapTools = builtins.storePath /nix/store/88snbnw04cldx4c3k9qrd0y2vifld2b2-stdenv-bootstrap-tools-aarch64-unknown-linux-musl/on-server/bootstrap-tools.tar.xz;
|
||
|
}
|