Compare commits
5 commits
22161de954
...
9113777d05
| Author | SHA1 | Date | |
|---|---|---|---|
| 9113777d05 | |||
| bea52f95f4 | |||
| 510febeb80 | |||
| 189261c56f | |||
| 5a16e41722 |
2 changed files with 10 additions and 0 deletions
|
|
@ -10,6 +10,15 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix.settings.trusted-users = [ "@wheel" ];
|
nix.settings.trusted-users = [ "@wheel" ];
|
||||||
|
|
||||||
|
# Dependency of jellyfin-media-player, which hasn't upgraded to Qt6 yet
|
||||||
|
# Related tickets:
|
||||||
|
# - https://github.com/NixOS/nixpkgs/pull/435067
|
||||||
|
# - https://github.com/NixOS/nixpkgs/issues/437865
|
||||||
|
# - https://github.com/jellyfin/jellyfin-media-player/issues/282
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"qtwebengine-5.15.19"
|
||||||
|
];
|
||||||
|
|
||||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ in
|
||||||
discord
|
discord
|
||||||
# https://github.com/NixOS/nixpkgs/issues/427155
|
# https://github.com/NixOS/nixpkgs/issues/427155
|
||||||
# gimp-with-plugins
|
# gimp-with-plugins
|
||||||
|
# jellyfin-media-player
|
||||||
tor-browser
|
tor-browser
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue