Merge "flake: use clangStdenv for overlays.default" into main

This commit is contained in:
Maximilian Bosch 2024-09-26 07:13:41 +00:00 committed by Gerrit Code Review
commit 31954b5136

View file

@ -217,7 +217,7 @@
# A Nixpkgs overlay that overrides the 'nix' and
# 'nix.perl-bindings' packages.
overlays.default = overlayFor (p: p.stdenv);
overlays.default = overlayFor (p: p.clangStdenv);
hydraJobs = {
# Binary package for various platforms.