Add emacs-overlay

This commit is contained in:
joachimschmidt557 2021-10-30 13:26:52 +02:00
parent 7842f749db
commit d5d1dddc4e
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 25 additions and 9 deletions

16
flake.lock generated
View file

@ -1,5 +1,20 @@
{
"nodes": {
"emacs-overlay": {
"locked": {
"lastModified": 1635582806,
"narHash": "sha256-vsnnFdVWvrXh0bAx9+8N3cE/30EZAB9it4/V0cenl0w=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "016831103869d68a3dea56150f5224fdb32e5f8c",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1631561581,
@ -31,6 +46,7 @@
},
"root": {
"inputs": {
"emacs-overlay": "emacs-overlay",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}