apply nixfmt

This commit is contained in:
Trolli Schmittlauch 2024-10-27 01:16:16 +02:00
parent 15e816ddc1
commit 7331808f40
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
# (temporarily) permit the usage of libolm # (temporarily) permit the usage of libolm
"olm-3.2.16" "olm-3.2.16"
"electron-27.3.11" # logseq "electron-27.3.11" # logseq
]; ];
# List packages installed in system profile. # List packages installed in system profile.

View file

@ -257,7 +257,7 @@ in
nixpkgs.config = { nixpkgs.config = {
permittedInsecurePackages = [ permittedInsecurePackages = [
"electron-27.3.11" # logseq "electron-27.3.11" # logseq
# (temporarily) permit the usage of libolm # (temporarily) permit the usage of libolm
"olm-3.2.16" "olm-3.2.16"
]; ];