flake.nix: Pin emacs-overlay to older version

With supposedly least conflicts with doom-emacs' master.

Recent breakage has driven me up the walls, and considering how much I rely on
Emacs as my tool of choice for near everything important, I cannot afford it
breaking in the middle of the day.

So, I've reverted back to the commit that gave least issues, and will stick to
it for foreseeable future.
This commit is contained in:
Payas Relekar 2022-09-23 19:03:20 +05:30
parent a4b46acf5e
commit 9c80726942
2 changed files with 5 additions and 4 deletions

View file

@ -28,16 +28,17 @@
]
},
"locked": {
"lastModified": 1663843778,
"narHash": "sha256-etsQ/myUgkHUZ+qL+PQes2osqKJrMWPWIyMchXoGGAk=",
"lastModified": 1662894682,
"narHash": "sha256-IVNMj9KqDMmKhlshkbfROX1LUCIMHAp+INszC4Y4660=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "4582fb2655008aeb04fb7052dcafc435c890f977",
"rev": "ef78dcc36ae5c4882bc7d77d093461b2ffa81636",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "ef78dcc36ae5c4882bc7d77d093461b2ffa81636",
"type": "github"
}
},

View file

@ -14,7 +14,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
url = "github:nix-community/emacs-overlay/ef78dcc36ae5c4882bc7d77d093461b2ffa81636";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {