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
6 changed files with 24 additions and 0 deletions

View File

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