From 831a7bec453bd94553672438d3d2caab728a6bc8 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Fri, 12 Jul 2024 01:07:02 -0400 Subject: [PATCH] PTV: Different Cross? --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 41a4951..a9f6c3f 100644 --- a/flake.nix +++ b/flake.nix @@ -66,10 +66,10 @@ ./machines/ptv/configuration.nix patch-8gb { - nixpkgs.crossSystem = { - config = "riscv64-unknown-linux-gnu"; - system = "riscv64-linux"; - }; + # nixpkgs.crossSystem = { + # config = "riscv64-unknown-linux-gnu"; + # system = "riscv64-linux"; + # }; } ]; };