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; [ ];
};
# nixpkgs = {
# overlays = [
# self.overlays.default
# inputs.nur.overlay
# ];
# };
nixpkgs = {
overlays = [
self.overlays.default
# inputs.nur.overlay
];
};
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"olm-3.2.16"
"libsoup-2.74.3"
];
overlays = [
self.overlays.default