Permit electron 24

This commit is contained in:
Lillian Violet 2023-11-28 10:14:04 +01:00
parent 67d1b18e24
commit 6811ab7fdf

View file

@ -42,6 +42,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-24.8.6"
];
}; };
}; };