Permit electron 24

This commit is contained in:
Lillian-Violet 2023-11-28 10:14:04 +01:00
parent 077cec8770
commit 3c9ddfdc97

View file

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