bootstrap-files: nicer naming
This commit is contained in:
parent
4f8292fb35
commit
d00f200f4e
@ -18,7 +18,7 @@
|
|||||||
"mips64el-linux" = import ./bootstrap-files/loongson2f.nix;
|
"mips64el-linux" = import ./bootstrap-files/loongson2f.nix;
|
||||||
};
|
};
|
||||||
"musl" = {
|
"musl" = {
|
||||||
"x86_64-linux" = import ./bootstrap-files/musl64.nix;
|
"x86_64-linux" = import ./bootstrap-files/x86_64-musl.nix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
archLookupTable = table.${localSystem.libc}
|
archLookupTable = table.${localSystem.libc}
|
||||||
|
Loading…
Reference in New Issue
Block a user