mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-19 08:35:46 +01:00
nix: replace deprecated system with stdenv.hostPlatform.system
This commit is contained in:
@@ -70,7 +70,6 @@
|
||||
wayland-scanner,
|
||||
wayland-protocols,
|
||||
zon2nix,
|
||||
system,
|
||||
pkgs,
|
||||
# needed by GTK for loading SVG icons while running from within the
|
||||
# developer shell
|
||||
@@ -100,7 +99,7 @@ in
|
||||
scdoc
|
||||
zig
|
||||
zip
|
||||
zon2nix.packages.${system}.zon2nix
|
||||
zon2nix.packages.${stdenv.hostPlatform.system}.zon2nix
|
||||
|
||||
# For web and wasm stuff
|
||||
nodejs
|
||||
|
||||
Reference in New Issue
Block a user