nemu: try difftest
Some checks failed
Build abstract machine with nix / build-abstract-machine (push) Failing after 7m47s
Some checks failed
Build abstract machine with nix / build-abstract-machine (push) Failing after 7m47s
This commit is contained in:
parent
d5521806d9
commit
d5feb71b50
3 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
{ pkgs,
|
||||
lib,
|
||||
stdenv,
|
||||
am-kernels
|
||||
am-kernels,
|
||||
dtc
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -15,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||
pkg-config
|
||||
flex
|
||||
bison
|
||||
dtc
|
||||
];
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue