update nixpkgs + remove insecure electron version

This commit is contained in:
Henri Dohmen 2025-03-31 19:49:34 +02:00
parent c6593c12bc
commit 0bd3846b8f
2 changed files with 3 additions and 8 deletions

View file

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