Compare commits
No commits in common. "a2e4d84f296ed7ec38ed4a559f25c534501273b6" and "d5979622c0d15bb44c61299014a89abe6884f35a" have entirely different histories.
a2e4d84f29
...
d5979622c0
3 changed files with 4 additions and 5 deletions
|
@ -50,7 +50,7 @@
|
||||||
)
|
)
|
||||||
(box :class "menubox-widgets"
|
(box :class "menubox-widgets"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
(button :class "menubox-widgets text" :onclick "reboot" "")
|
(button :class "menubox-widgets text" :onclick "reboot now" "")
|
||||||
(button :class "menubox-widgets text" :onclick "shutdown now" "")
|
(button :class "menubox-widgets text" :onclick "shutdown now" "")
|
||||||
(button :class "menubox-widgets text" :onclick "eww close menu-window" "")))
|
(button :class "menubox-widgets text" :onclick "eww close menu-window" "")))
|
||||||
)
|
)
|
||||||
|
|
|
@ -84,7 +84,6 @@
|
||||||
(\.|^)wac\.phicdn\.net$
|
(\.|^)wac\.phicdn\.net$
|
||||||
*.flake.sh
|
*.flake.sh
|
||||||
*.clickhouse.com
|
*.clickhouse.com
|
||||||
*.discord.com
|
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
ads = [
|
ads = [
|
||||||
|
|
|
@ -9,11 +9,11 @@ rustPlatform.buildRustPackage {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "estin";
|
owner = "estin";
|
||||||
repo = "simple-completion-language-server";
|
repo = "simple-completion-language-server";
|
||||||
rev = "232aab4775c35a5d79ce38aa81a6724007aa0b59";
|
rev = "3edd6209fffd204d689fb3b0afb0e51ad90f0af2";
|
||||||
hash = "sha256-gwBQu1xf4rmDbOzvxXzQsHJr4faOECmRwyT7MR+pPyI=";
|
hash = "sha256-iccwhZhwYLxjhCLj8kRLqlL1F9TjZ57BogqlbKgCsKM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-hwF3qSlv/wZhJh1kIxm/U0ZpnAZpiMzUe0OncGBlclk=";
|
cargoHash = "sha256-nxLnlBfqcA64npPccuE00JxCLGi4eU9nWyU0PSVdKpE=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue