From 910cb992f81cde1eca2e0d9fa255b7451ad972e7 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:10:44 +0200 Subject: [PATCH] Add riscv64 emulation --- hosts/adalbert/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/adalbert/default.nix b/hosts/adalbert/default.nix index 73ee7ac..28bc691 100644 --- a/hosts/adalbert/default.nix +++ b/hosts/adalbert/default.nix @@ -75,6 +75,7 @@ boot.binfmt.emulatedSystems = [ "aarch64-linux" + "riscv64-linux" ]; programs = {