Add logseq to desktop installs
This commit is contained in:
parent
e467e3ffcf
commit
e23620655e
1 changed files with 2 additions and 2 deletions
|
@ -128,14 +128,14 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = unfree;
|
config.allowUnfree = unfree;
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
|
# For Logseq / Obsidian
|
||||||
|
config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||||
};
|
};
|
||||||
# Some packages (ie, Vintage Story) I want to keep on unstable no matter what default repo I use
|
# Some packages (ie, Vintage Story) I want to keep on unstable no matter what default repo I use
|
||||||
pkgs-unstable = import inputs.nixpkgs-unstable {
|
pkgs-unstable = import inputs.nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = unfree;
|
config.allowUnfree = unfree;
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
# For Logseq / Obsidian
|
|
||||||
config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue