Changes
3 changed files (+8/-10)
-
-
@@ -2,11 +2,11 @@"nodes": { "nixpkgs": { "locked": { "lastModified": 1761594641, "narHash": "sha256-sImk6SJQASDLQo8l+0zWWaBgg7TueLS6lTvdH5pBZpo=", "lastModified": 1785141334, "narHash": "sha256-kh35kIx7el4Jk8Ki3BH9/Pn1eZYSYLJ6LMALos0zOy0=", "owner": "nixos", "repo": "nixpkgs", "rev": "1666250dbe4141e4ca8aaf89b40a3a51c2e36144", "rev": "38a4887411571457d700c51c64a6e49ead2ed5ab", "type": "github" }, "original": {
-
-
-
@@ -48,7 +48,7 @@name = "devshell-fhs-fish"; targetPkgs = pkgs: with pkgs; [ zig zig_0_15 # > Code formatting platform written in Rust # https://dprint.dev/
-
@@ -75,14 +75,14 @@[ # > Zig LSP implementation + Zig Language Server # https://github.com/zigtools/zls zls zls_0_15 # > Tool for compliance with the REUSE Initiative recommendations # https://github.com/fsfe/reuse-tool # https://reuse.software/ reuse ] ++ (pkgs.lib.lists.remove pkgs.zig.hook packages.${system}.gtk.nativeBuildInputs) ++ packages.${system}.gtk.nativeBuildInputs ++ packages.${system}.gtk.buildInputs; }; }
-
-
-
@@ -9,7 +9,7 @@{ lib, stdenvNoCC, zig, zig_0_15, vala, pkg-config, wrapGAppsHook4,
-
@@ -40,12 +40,10 @@ stdenvNoCC.mkDerivation {}; nativeBuildInputs = [ zig.hook # > Zig is a general-purpose programming language and toolchain for maintaining # > robust, optimal and reusable software. # https://ziglang.org/ zig zig_0_15 # > pkg-config is a helper tool used when compiling applications and libraries. # https://www.freedesktop.org/wiki/Software/pkg-config/
-