Hippocampus: RISC-V typo

This commit is contained in:
2024-07-07 11:48:12 -04:00
parent 7898f567a5
commit 57dc4e26a5

View File

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