mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
disable treefmt on riscv64
This commit is contained in:
parent
72cdb22463
commit
e8bd6a44ac
|
|
@ -92,6 +92,7 @@
|
||||||
_module.args.pkgs = nixpkgsUnstable;
|
_module.args.pkgs = nixpkgsUnstable;
|
||||||
|
|
||||||
treefmt = {
|
treefmt = {
|
||||||
|
flakeCheck = pkgs.hostPlatform.system != "riscv64-linux";
|
||||||
projectRootFile = "COPYING";
|
projectRootFile = "COPYING";
|
||||||
programs = {
|
programs = {
|
||||||
deadnix = {
|
deadnix = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue