nix: replace deprecated system with stdenv.hostPlatform.system
parent
4adc5ed850
commit
07578d5e3f
|
|
@ -70,7 +70,6 @@
|
||||||
wayland-scanner,
|
wayland-scanner,
|
||||||
wayland-protocols,
|
wayland-protocols,
|
||||||
zon2nix,
|
zon2nix,
|
||||||
system,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
# needed by GTK for loading SVG icons while running from within the
|
# needed by GTK for loading SVG icons while running from within the
|
||||||
# developer shell
|
# developer shell
|
||||||
|
|
@ -100,7 +99,7 @@ in
|
||||||
scdoc
|
scdoc
|
||||||
zig
|
zig
|
||||||
zip
|
zip
|
||||||
zon2nix.packages.${system}.zon2nix
|
zon2nix.packages.${stdenv.hostPlatform.system}.zon2nix
|
||||||
|
|
||||||
# For web and wasm stuff
|
# For web and wasm stuff
|
||||||
nodejs
|
nodejs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue