cuda terrorizes nixpkgs community

This commit is contained in:
Osman Faruk Bayram 2025-11-01 18:09:12 +03:00
parent 09e38c66d6
commit 6e4208291c

View file

@ -1,6 +1,7 @@
{
lib,
nixosConfig ? null, # Receive the NixOS config
pkgs,
...
}:
{
@ -14,6 +15,10 @@
# Firefox configuration
{
programs.firefox = {
# TODO Firefox fails as the closure contains a reference to stdenv.cc
# Relax this assertion until the underlying issue is fixed
# https://github.com/NixOS/nixpkgs/pull/457424
package = pkgs.firefox.overrideAttrs { disallowedRequisites = [ ]; };
languagePacks = [
"ja"
"tr"