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; [ ];
|
||||
};
|
||||
|
||||
# nixpkgs = {
|
||||
# overlays = [
|
||||
# self.overlays.default
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue