File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 24
24
publishMillModule {
25
25
name = "chisel" ;
26
26
version = "9999" ;
27
- outputHash = "sha256-wXDmafSEoJxg1mv6uleKtRDCuFuTdEt+FmiH6NO7anc=" ;
27
+ outputHash =
28
+ if stdenv . hostPlatform . isDarwin then
29
+ "sha256-wXDmafSEoJxg1mv6uleKtRDCuFuTdEt+FmiH6NO7anc="
30
+ else
31
+ "sha256-vmuJyLQrgAe2ffMNxzKKUygk4WGoxHjq0cR1o+wZ0u8=" ;
28
32
publishPhase = "mill -i unipublish.publishLocal" ;
29
33
nativeBuildInputs = [ git ] ;
30
34
} ;
54
58
fileset = unions [ ./../../build.mill ./../../common.mill ] ;
55
59
} ;
56
60
millDepModules = [ chisel ] ;
57
- millDepsHash = "sha256-saHZcLBulNESco16mqwgiPndFA/V+4uexnqgLCinuWs=" ;
61
+ millDepsHash =
62
+ if stdenv . hostPlatform . isDarwin then
63
+ "sha256-saHZcLBulNESco16mqwgiPndFA/V+4uexnqgLCinuWs="
64
+ else
65
+ "sha256-MA8Yx99ItVRhNPB/LigwCaTMywrJF3JEYv3fSeWdeNk=" ;
58
66
} ;
59
67
60
68
editable = self . overrideAttrs ( _ : {
You can’t perform that action at this time.
0 commit comments