[RFC,0/1] Improved Nix Support for GCC Development

Message ID 20231205005510.37957-1-vincenzopalazzodev@gmail.com
Headers
Series Improved Nix Support for GCC Development |

Message

Vincenzo Palazzo Dec. 5, 2023, 12:55 a.m. UTC
  I am writing to submit a patch for consideration to be included 
in the mainline GCC repository. The patch aims to improve the ease of 
using Nix for GCC development, a challenge that several developers 
in our community have faced.

In the event that there is no current maintainer willing to take ownership 
of these changes, I am willing and able to assume the responsibility for 
maintaining this part of the codebase.

I believe that this patch will be a valuable addition to the GCC 
project, making it more accessible and user-friendly for a broader range 
of developers on NixOS. I appreciate your consideration of this contribution 
and am open to any feedback or suggestions for improvement.

Cheers,

    Vincent

Vincenzo Palazzo (1):
  nix: add a simple flake nix shell

 flake.lock | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 flake.nix  | 35 +++++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+)
 create mode 100644 flake.lock
 create mode 100644 flake.nix