cuda terrorizes nixpkgs community
This commit is contained in:
parent
09e38c66d6
commit
6e4208291c
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue