forked from rarias/nixos-riscv
WIP: Working spec cpu with clang epi
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user