Add hlissner/{evil-escape,ws-butler} to flake
Those repositories are more up-to-date them upstream, and should include a few fixes.
This commit is contained in:
36
flake.lock
generated
36
flake.lock
generated
@ -65,6 +65,22 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"evil-escape": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1588439096,
|
||||
"narHash": "sha256-aB2Ge5o/93B18tPf4fN1c+O46CNh/nOqwLJbox4c8Gw=",
|
||||
"owner": "hlissner",
|
||||
"repo": "evil-escape",
|
||||
"rev": "819f1ee1cf3f69a1ae920e6004f2c0baeebbe077",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hlissner",
|
||||
"repo": "evil-escape",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"evil-markdown": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
@ -310,6 +326,7 @@
|
||||
"doom-snippets": "doom-snippets",
|
||||
"emacs-overlay": "emacs-overlay",
|
||||
"emacs-so-long": "emacs-so-long",
|
||||
"evil-escape": "evil-escape",
|
||||
"evil-markdown": "evil-markdown",
|
||||
"evil-org-mode": "evil-org-mode",
|
||||
"evil-quick-diff": "evil-quick-diff",
|
||||
@ -326,7 +343,8 @@
|
||||
"php-extras": "php-extras",
|
||||
"revealjs": "revealjs",
|
||||
"rotate-text": "rotate-text",
|
||||
"sln-mode": "sln-mode"
|
||||
"sln-mode": "sln-mode",
|
||||
"ws-butler": "ws-butler"
|
||||
}
|
||||
},
|
||||
"rotate-text": {
|
||||
@ -360,6 +378,22 @@
|
||||
"repo": "sln-mode",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"ws-butler": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1634511126,
|
||||
"narHash": "sha256-c0y0ZPtxxICPk+eaNbbQf6t+FRCliNY54CCz9QHQ8ZI=",
|
||||
"owner": "hlissner",
|
||||
"repo": "ws-butler",
|
||||
"rev": "572a10c11b6cb88293de48acbb59a059d36f9ba5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hlissner",
|
||||
"repo": "ws-butler",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
|
13
flake.nix
13
flake.nix
@ -44,6 +44,8 @@
|
||||
emacs-overlay.flake = false;
|
||||
emacs-so-long.url = "github:hlissner/emacs-so-long";
|
||||
emacs-so-long.flake = false;
|
||||
evil-escape.url = "github:hlissner/evil-escape";
|
||||
evil-escape.flake = false;
|
||||
evil-markdown.url = "github:Somelauw/evil-markdown";
|
||||
evil-markdown.flake = false;
|
||||
evil-org-mode.url = "github:hlissner/evil-org-mode";
|
||||
@ -52,6 +54,8 @@
|
||||
evil-quick-diff.flake = false;
|
||||
explain-pause-mode.url = "github:lastquestion/explain-pause-mode";
|
||||
explain-pause-mode.flake = false;
|
||||
format-all.url = "github:lassik/emacs-format-all-the-code/47d862d40a088ca089c92cd393c6dca4628f87d3";
|
||||
format-all.flake = false;
|
||||
nix-straight.url = "github:nix-community/nix-straight.el";
|
||||
nix-straight.flake = false;
|
||||
nose.url = "github:emacsattic/nose";
|
||||
@ -60,10 +64,10 @@
|
||||
ob-racket.flake = false;
|
||||
org-contrib.url = "git+https://git.sr.ht/~bzg/org-contrib";
|
||||
org-contrib.flake = false;
|
||||
org.url = "github:emacs-straight/org-mode";
|
||||
org.flake = false;
|
||||
org-yt.url = "github:TobiasZawada/org-yt";
|
||||
org-yt.flake = false;
|
||||
org.url = "github:emacs-straight/org-mode";
|
||||
org.flake = false;
|
||||
php-extras.url = "github:arnested/php-extras";
|
||||
php-extras.flake = false;
|
||||
revealjs.url = "github:hakimel/reveal.js";
|
||||
@ -72,9 +76,8 @@
|
||||
rotate-text.flake = false;
|
||||
sln-mode.url = "github:sensorflo/sln-mode";
|
||||
sln-mode.flake = false;
|
||||
format-all.url =
|
||||
"github:lassik/emacs-format-all-the-code/47d862d40a088ca089c92cd393c6dca4628f87d3";
|
||||
format-all.flake = false;
|
||||
ws-butler.url = "github:hlissner/ws-butler";
|
||||
ws-butler.flake = false;
|
||||
|
||||
nixpkgs.url = "nixpkgs/nixpkgs-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
Reference in New Issue
Block a user