In home manager maybe?

This commit is contained in:
Lillian Violet 2023-10-27 14:07:24 +02:00
parent ccf0abd976
commit 7141a8c776

View file

@ -44,6 +44,10 @@
allowUnfree = true; allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942 # Workaround for https://github.com/nix-community/home-manager/issues/2942
allowUnfreePredicate = _: true; allowUnfreePredicate = _: true;
permittedInsecurePackages = [
"electron-22.3.27"
];
}; };
}; };