File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 45
45
hydra-tx . writeHieFiles = true ;
46
46
hydra-tui . writeHieFiles = true ;
47
47
hydraw . writeHieFiles = true ;
48
- # NOTE: This is needed to fix the "Killed: 9" error on macOS aarch64
49
- # where the executable is being killed by the OS.
50
- # See also: https://github.com/NixOS/nixpkgs/issues/112296
51
- hydra-node . dontStrip = true ;
52
- hydra-tui . dontStrip = true ;
53
- hydraw . dontStrip = true ;
48
+ hydra-node . dontStrip = false ;
49
+ hydra-tui . dontStrip = false ;
50
+ hydraw . dontStrip = false ;
54
51
} ;
55
52
}
56
53
# Use different static libs on darwin
93
90
{
94
91
packages . hydra-node . components . library . build-tools = [ pkgs . etcd ] ;
95
92
}
96
- {
97
- packages . hydra-node . components . exes . hydra-node . preCheck = ''
98
- export HOME=$(mktemp -d)
99
- '' ;
100
- }
101
93
] ;
102
94
} ;
103
95
You can’t perform that action at this time.
0 commit comments