commit ffbd671868cbc47430dd02ef42c44cb75967ddb2 (tree) parent 8054aafd61c035848bf4efdaf00f6fe1e3bf621b Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Tue, 15 Aug 2023 16:11:10 +0300 preliminary rpi3b+ support thanks @K900 ! Diffstat:
| M | flake.nix | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix @@ -99,7 +99,17 @@ }; nixosConfigurations.vno1-rp3b = nixpkgs.lib.nixosSystem { - system = "aarch64-linux"; + # unstable + #pkgs = import nixpkgs { + # hostPlatform.config = "aarch64-linux"; + # buildPlatform.config = "x86_64-linux"; + #}; + + pkgs = import nixpkgs { + system = "aarch64-linux"; + crossSystem = "x86_64-linux"; + }; + modules = [ ./hosts/vno1-rp3b/configuration.nix