mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: add own overlay again; unblock libsoup as something required that??
This commit is contained in:
parent
e65fdd6537
commit
64d4cc9607
1 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue