update nixpkgs and allow insecure electron
This commit is contained in:
parent
9b4488a207
commit
bb3813c99e
2 changed files with 8 additions and 3 deletions
|
|
@ -19,4 +19,9 @@
|
|||
"spotify"
|
||||
"rust-rover"
|
||||
];
|
||||
|
||||
# TODO this is for zulip 5.11.1
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-32.3.3"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue