Changes
3 changed files (+14/-8)
-
-
@@ -2,11 +2,11 @@"nodes": { "nixpkgs": { "locked": { "lastModified": 1765903799, "narHash": "sha256-1wbl0y7U8TvSHxDWME7o92bIspfuhjVaTOs27r54uc4=", "lastModified": 1768569498, "narHash": "sha256-bB6Nt99Cj8Nu5nIUq0GLmpiErIT5KFshMQJGMZwgqUo=", "owner": "nixos", "repo": "nixpkgs", "rev": "e8d16d2186d6ed9f047eb30948e97e7e01886d10", "rev": "be5afa0fcb31f0a96bf9ecba05a516c66fcd8114", "type": "github" }, "original": {
-
-
-
@@ -109,7 +109,7 @@{ default = pkgs.mkShell { buildInputs = [ (pkgs.lib.lists.remove pkgs.zig.hook packages.${system}.default.nativeBuildInputs) packages.${system}.default.nativeBuildInputs packages.${system}.default.buildInputs ];
-
@@ -144,8 +144,8 @@reuse # Official formatter for Nix code # https://hackage.haskell.org/package/nixfmt nixfmt-rfc-style # https://github.com/NixOS/nixfmt nixfmt ] # Non macOS packages (not supported, broken, etc.) ++ (lib.optionals (!stdenv.isDarwin) [
-
@@ -154,6 +154,14 @@# https://valgrind.org/ valgrind ]); # "pkgs.zig" incorrectly sets $ZIG_GLOBAL_CACHE_DIR unconditionally. # This prevents running zig command due to permission error. # https://github.com/NixOS/nixpkgs/issues/270415 # https://github.com/NixOS/nixpkgs/pull/473413 shellHook = '' unset ZIG_GLOBAL_CACHE_DIR ''; }; } );
-
-
-
@@ -52,8 +52,6 @@ stdenvNoCC.mkDerivation {}; nativeBuildInputs = [ zig.hook # > Zig is a general-purpose programming language and toolchain for maintaining # > robust, optimal and reusable software. # https://ziglang.org/
-