Skip to content

Commit f80a678

Browse files
Merge pull request #413 from brianmcgillion/fix-system
system: fix the new property tree for system
2 parents d9e8ec0 + 4ccba7e commit f80a678

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
};
3131
aarch64_config = {
3232
nixpkgs = {
33-
buildPlatform = "aarch64-linux";
34-
hostPlatform = "aarch64-linux";
33+
buildPlatform.system = "aarch64-linux";
34+
hostPlatform.system = "aarch64-linux";
3535
};
3636
};
3737
aarch64_cross_config = {
3838
nixpkgs = {
39-
buildPlatform = "x86_64-linux";
40-
hostPlatform = "aarch64-linux";
39+
buildPlatform.system = "x86_64-linux";
40+
hostPlatform.system = "aarch64-linux";
4141
};
4242
};
4343
jetpack5_config = {

0 commit comments

Comments
 (0)