Hippocampus: RISC-V typo

This commit is contained in:
2024-07-07 11:48:12 -04:00
committed by david
parent 67365bb3dd
commit c79158d1ce

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... ]: { { config, pkgs, lib, ... }: {
boot.binfmt.emulatedSystems = [ boot.binfmt.emulatedSystems = [
"riscv64-linux" "riscv64-linux"
]; ];