Pin emacs-overlay

This commit is contained in:
Thiago Kenji Okada
2023-02-25 11:57:56 +00:00
parent 6c47eaa13d
commit c283bcf19b
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View File

@ -36,16 +36,17 @@
"emacs-overlay": { "emacs-overlay": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1677176370, "lastModified": 1676366521,
"narHash": "sha256-NK0X/HFOhjT9SKp4WqKj+n9qCiSpzo6EJtXfB47gHGw=", "narHash": "sha256-i4UAY8t9Au9SJtsgYppa3NHSVf1YkV6yqnNIQd+Km4g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "3fc771708d511a1e43dda28202c00c1bc6310e17", "rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "c16be6de78ea878aedd0292aa5d4a1ee0a5da501",
"type": "github" "type": "github"
} }
}, },

View File

@ -41,7 +41,7 @@
doom-emacs.flake = false; doom-emacs.flake = false;
doom-snippets.url = "github:doomemacs/snippets"; doom-snippets.url = "github:doomemacs/snippets";
doom-snippets.flake = false; doom-snippets.flake = false;
emacs-overlay.url = "github:nix-community/emacs-overlay"; emacs-overlay.url = "github:nix-community/emacs-overlay/c16be6de78ea878aedd0292aa5d4a1ee0a5da501";
emacs-overlay.flake = false; emacs-overlay.flake = false;
emacs-so-long.url = "github:hlissner/emacs-so-long"; emacs-so-long.url = "github:hlissner/emacs-so-long";
emacs-so-long.flake = false; emacs-so-long.flake = false;