fix: allow unsafe electron for logseq
This commit is contained in:
parent
342b75ff46
commit
0b39a7a000
1 changed files with 5 additions and 0 deletions
|
@ -230,6 +230,11 @@
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Allow installing electron 25.9 for LogSeq :(
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
# Enable GPG.
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue