From a058c40e5cf4532e4bd55dce9d47a699ce2c69c9 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 24 Sep 2023 21:36:41 +0200 Subject: [PATCH] Revert "dacbert: cross" This reverts commit 9c46b75ca6f6a990c0a802298490565c85fd43c1. --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 5dc9fb35..cda8035f 100644 --- a/flake.nix +++ b/flake.nix @@ -326,12 +326,6 @@ nixos-hardware.nixosModules.raspberry-pi-4 self.nixosModules.rpi-netboot ./hosts/dacbert - { - nixpkgs = { - buildPlatform = "x86_64-linux"; - hostPlatform = "aarch64-linux"; - }; - } ]; system = "aarch64-linux"; };