You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nixpkgs_flake_package now works even when the experimental features nix-command and flakes are disabled. See #465.
sigtool and codesign for the cc toolchain on macOS. See #489.
Changed
nixpkgs_flake_package now only copies the directory containing the nix_flake_file, including any subdirectories, to the nix store. nixpkgs_flake_package would previously copy the entire containing Git repository to the nix store if nix_flake_file was contained in a Git repository. This is achieved via nix' path: syntax. This is a breaking change for nix_flake_files inside a subdirectory of a Git repository that references a path outside its subdirectory. See #450.
Fixed
Build failure when using -fsanitize=address with the cc toolchain. See #437.
The Go toolchain now disables the GOEXPERIMENTCoverageRedesign following the example of rules_go and. See #440.
NixOS dynamic loader issue for Java tools like ijar and singlejar. See #451.
nixpkgs_cc_configuren with Bazel 7 was causing a syntax error at '%': expected expression" because of a missingtemplate tsubstitution for conly_flags. See #466.
Build failures with linker errors caused by a missing -F${SystemConfiguration}/Library/Frameworkscc command line option. See #475.
Processes getting killed on macOS during linking caused by using some tools form darwin.cctools instead of stdenv.cc. See #479.