diff options
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,11 +218,13 @@ home-manager.users.defin = import ./home-manager/default.nix; home-manager.extraSpecialArgs = { inherit inputs; }; } + { nixpkgs.hostPlatform = "aarch64-linux"; } ]; }; livetest = nixpkgs.lib.nixosSystem { modules = [ (nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix") + { nixpkgs.hostPlatform = "aarch64-linux"; } ]; }; |
