summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 7f61550..fb4b543 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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"; }
];
};