update nixpkgs and allow insecure electron

This commit is contained in:
Henri Dohmen 2025-03-12 19:09:12 +01:00
parent 9b4488a207
commit bb3813c99e
2 changed files with 8 additions and 3 deletions

View file

@ -19,4 +19,9 @@
"spotify"
"rust-rover"
];
# TODO this is for zulip 5.11.1
nixpkgs.config.permittedInsecurePackages = [
"electron-32.3.3"
];
}