pkgs/top-level/stage.nix: add pkgsLLVMLibc

This commit is contained in:
Tristan Ross 2024-12-25 11:22:29 -08:00
parent f72b341556
commit 41b14024d2
No known key found for this signature in database
GPG key ID: B09C422035669AF8
6 changed files with 24 additions and 0 deletions

View file

@ -416,6 +416,9 @@ rec {
uclibceabihf = { float = "hard"; };
uclibc = {};
# LLVM libc
llvm = {};
unknown = {};
};