Changes
2 changed files (+5/-5)
-
-
@@ -122,7 +122,7 @@# https://github.com/NixOS/nixfmt nixfmt zig zig_0_16 ]; runScript = "dprint fmt"; }
-
@@ -143,7 +143,7 @@# For text editors, optional. # > ZLS is a non-official implementation of the Language Server Protocol for Zig # https://github.com/zigtools/zls zls zls_0_16 # For text editors, optional. # > Code Intelligence for Vala & Genie
-
@@ -175,7 +175,7 @@packages = with pkgs; [ flatpak flatpak-builder zig zig_0_16 # flatpak-builder requires librsvg but corresponding # Nix package misses the dependency.
-
-
-
@@ -16,7 +16,7 @@{ stdenvNoCC, zig, zig_0_16, gtk4, pkg-config, libxml2,
-
@@ -55,7 +55,7 @@ stdenvNoCC.mkDerivation {# > Zig is a general-purpose programming language and toolchain for maintaining # > robust, optimal and reusable software. # https://ziglang.org/ zig zig_0_16 # > pkg-config is a helper tool used when compiling applications and libraries. # https://www.freedesktop.org/wiki/Software/pkg-config/
-