Remove warning about missing meta attribute
This commit is contained in:
parent
5edc79b504
commit
00580c2c1f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
hash = "sha256-Hy/zk8ZCkWajsMRUMsewLvkKpMpsBZYnFootPU9y6Z0=";
|
hash = "sha256-Hy/zk8ZCkWajsMRUMsewLvkKpMpsBZYnFootPU9y6Z0=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
logseq-wayland = pkgs.writeScriptBin "logseq" "${lib.getExe logseq} --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
logseq-wayland = pkgs.writeScriptBin "logseq" "${lib.getExe' logseq "logseq"} --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = [ logseq-wayland ];
|
home.packages = [ logseq-wayland ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue