In home manager maybe?

This commit is contained in:
Lillian Violet 2023-10-27 14:07:24 +02:00
parent 6c784f846d
commit fcfaf30016

View file

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