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, lib,
nixosConfig ? null, # Receive the NixOS config nixosConfig ? null, # Receive the NixOS config
pkgs,
... ...
}: }:
{ {
@ -14,6 +15,10 @@
# Firefox configuration # Firefox configuration
{ {
programs.firefox = { 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 = [ languagePacks = [
"ja" "ja"
"tr" "tr"