bootstrap-files: nicer naming

This commit is contained in:
Will Dietz 2018-02-12 14:06:17 -06:00
parent 4f8292fb35
commit d00f200f4e
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"mips64el-linux" = import ./bootstrap-files/loongson2f.nix;
};
"musl" = {
"x86_64-linux" = import ./bootstrap-files/musl64.nix;
"x86_64-linux" = import ./bootstrap-files/x86_64-musl.nix;
};
};
archLookupTable = table.${localSystem.libc}