File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 255
255
# https://github.com/hackworthltd/primer/issues/632
256
256
// ( pkgs . lib . optionalAttrs ( system == "aarch64-darwin" ) {
257
257
258
+ # We're using `source-repository-package`, so we must
259
+ # disable this. See:
260
+ # https://github.com/hackworthltd/primer/issues/876
261
+
258
262
# Make sure HLS can typecheck our project.
259
- check-hls = pkgs . callPackage ./nix/pkgs/check-hls {
260
- src = onlyHaskellSrc ;
263
+ # check-hls = pkgs.callPackage ./nix/pkgs/check-hls {
264
+ # src = onlyHaskellSrc;
261
265
262
- # Don't use the flake's version here; we only want to run
263
- # this HLS check when the Haskell source files have
264
- # changed, not on every commit to this repo.
265
- version = "1.0" ;
266
+ # # Don't use the flake's version here; we only want to run
267
+ # # this HLS check when the Haskell source files have
268
+ # # changed, not on every commit to this repo.
269
+ # version = "1.0";
266
270
267
- # This is a bit of a hack, but we don't know a better way.
268
- inherit ( primerFlake ) devShell ;
269
- } ;
271
+ # # This is a bit of a hack, but we don't know a better way.
272
+ # inherit (primerFlake) devShell;
273
+ # };
270
274
} )
271
275
// primerFlake . checks ;
272
276
461
465
] ;
462
466
463
467
shell = {
464
- exactDeps = true ;
468
+ # We're using a `source-repository-package`, so we must disable this.
469
+ # See:
470
+ # https://github.com/hackworthltd/primer/issues/876
471
+ #exactDeps = true;
465
472
withHoogle = true ;
466
473
467
474
tools = {
You can’t perform that action at this time.
0 commit comments