feat: add own overlay again; unblock libsoup as something required that??

This commit is contained in:
Ahwx 2025-08-12 13:46:27 +02:00
parent e65fdd6537
commit 64d4cc9607

View file

@ -29,18 +29,19 @@
libraries = with pkgs; [ ]; libraries = with pkgs; [ ];
}; };
# nixpkgs = { nixpkgs = {
# overlays = [ overlays = [
# self.overlays.default self.overlays.default
# inputs.nur.overlay # inputs.nur.overlay
# ]; ];
# }; };
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = [ permittedInsecurePackages = [
"jitsi-meet-1.0.8043" "jitsi-meet-1.0.8043"
"olm-3.2.16" "olm-3.2.16"
"libsoup-2.74.3"
]; ];
overlays = [ overlays = [
self.overlays.default self.overlays.default