From 696e0d4fb54ee99590d1e8811f7c660b7f3d8fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 15 Aug 2023 23:16:58 +0300 Subject: [PATCH] remove cross builders takes too long. --- flake.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/flake.nix b/flake.nix index 230365d..713ea0f 100644 --- a/flake.nix +++ b/flake.nix @@ -99,17 +99,6 @@ }; nixosConfigurations.vno1-rp3b = nixpkgs.lib.nixosSystem { - # unstable - #pkgs = import nixpkgs { - # hostPlatform.config = "aarch64-linux"; - # buildPlatform.config = "x86_64-linux"; - #}; - - pkgs = import nixpkgs { - system = "x86_64-linux"; - crossSystem = "aarch64-linux"; - }; - modules = [ ./hosts/vno1-rp3b/configuration.nix