WIP: Working spec cpu with clang epi

This commit is contained in:
2024-05-13 18:59:00 +02:00
parent c4676535ec
commit f69e04ccbe
3 changed files with 49 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, pkgs, modulesPath, self, ... }:
{
imports = [
@@ -10,6 +10,10 @@
system = "riscv64-linux";
};
nixpkgs.overlays = [
self.inputs.bscpkgs.bscOverlay
];
networking.hostName = "nixos-riscv";
system.stateVersion = "24.05";