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

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1740560979, "lastModified": 1741513245,
"narHash": "sha256-Vr3Qi346M+8CjedtbyUevIGDZW8LcA1fTG0ugPY/Hic=", "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5135c59491985879812717f4c9fea69604e7f26f", "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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