fixup! feat(pkgs/logseq): bump to 0.10.9
This commit is contained in:
parent
efebdd14c7
commit
0d502247fc
1 changed files with 8 additions and 0 deletions
|
@ -39,7 +39,15 @@ in {
|
|||
home.sessionVariables.GOPATH = "$HOME/src/go";
|
||||
home.sessionVariables.PATH = pkgs.lib.concatStringsSep ":" ["$HOME/.local/bin" "$PATH"];
|
||||
|
||||
nixpkgs.config.allowInsecurePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"electron-28.3.3"
|
||||
"electron-27.3.11"
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-28.3.3"
|
||||
"electron-27.3.11"
|
||||
];
|
||||
|
||||
home.packages =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue