mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-19 20:18:07 +00:00
nix: use hardlinks
Zig doesn't like symlinks in some situations.
This commit is contained in:
2
build.zig.zon.nix
generated
2
build.zig.zon.nix
generated
@@ -130,7 +130,7 @@
|
||||
}
|
||||
''
|
||||
mkdir -p "$out"
|
||||
cp --recursive --symbolic-link --dereference --no-preserve=mode \
|
||||
cp --recursive --link --dereference --no-preserve=mode \
|
||||
${linkFarm farm entries}/. "$out/"
|
||||
'';
|
||||
in
|
||||
|
||||
6
flake.lock
generated
6
flake.lock
generated
@@ -108,11 +108,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1788969032,
|
||||
"narHash": "sha256-e8kFWqmoPM43Vh5N5JbvE/Nb0LS91BLfIJGHxr36Sk8=",
|
||||
"lastModified": 1788972981,
|
||||
"narHash": "sha256-MxVNwu1U7XWL/8HYzDDiaHjfIFE2yz/7J64vRUO7ZzA=",
|
||||
"owner": "jcollie",
|
||||
"repo": "zon2nix",
|
||||
"rev": "99f104979784372d3b969dd480d76aeba521b920",
|
||||
"rev": "36de3f085bffe0335774392111bff0ab0e0efeba",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
Reference in New Issue
Block a user