File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 97
97
url = "https://hackage.haskell.org/package/implicit-hie-cradle-0.3.0.5/implicit-hie-cradle-0.3.0.5.tar.gz" ;
98
98
sha256 = "15a7g9x6cjk2b92hb2wilxx4550msxp1pmk5a2shiva821qaxnfq" ;
99
99
} ) { } ;
100
+
101
+ # https://github.com/NixOS/nixpkgs/issues/140774
102
+ ormolu =
103
+ if final . system == "aarch64-darwin"
104
+ then overrideCabal hsuper . ormolu ( _ : { enableSeparateBinOutput = false ; } )
105
+ else hsuper . ormolu ;
100
106
} ;
101
107
102
108
hlsSources =
135
141
chmod +x $dest
136
142
'' ;
137
143
} ;
138
- } // ( flake-utils . lib . eachSystem [ "x86_64-linux" "x86_64-darwin" ] )
144
+ } // ( flake-utils . lib . eachSystem [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ] )
139
145
( system :
140
146
let
141
147
pkgs = import nixpkgs {
You can’t perform that action at this time.
0 commit comments