mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-01 23:48:35 +00:00
nix: use zig2nix to manage nix cache/deps
This brings the internal package more in line with how the nixpkgs package is built. It also handles recursive dependencies better than the current system.
This commit is contained in:

committed by
Mitchell Hashimoto

parent
ab71dac282
commit
3a8c934b19
@@ -55,6 +55,8 @@
|
||||
wayland,
|
||||
wayland-scanner,
|
||||
wayland-protocols,
|
||||
zig2nix,
|
||||
system,
|
||||
}: let
|
||||
# See package.nix. Keep in sync.
|
||||
rpathLibs =
|
||||
@@ -102,6 +104,7 @@ in
|
||||
scdoc
|
||||
zig
|
||||
zip
|
||||
zig2nix.packages.${system}.zon2nix
|
||||
|
||||
# For web and wasm stuff
|
||||
nodejs
|
||||
|
Reference in New Issue
Block a user