Update desktop config
This commit is contained in:
parent
2999862827
commit
29e5648e02
2 changed files with 8 additions and 2 deletions
|
|
@ -50,6 +50,9 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ chisel ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
(sbt.override { jre = jdk17; })
|
||||
chisel
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue