apply nixfmt
This commit is contained in:
parent
15e816ddc1
commit
7331808f40
|
@ -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.
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue