From 288cf4a7ae66da31b64abcb3b240feb7d3891003 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 29 Mar 2023 20:13:54 -0400 Subject: [PATCH] Pin emacs for now --- flake.lock | 7 ++++--- flake.nix | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 6ae876d..2e82a32 100644 --- a/flake.lock +++ b/flake.lock @@ -29,16 +29,17 @@ ] }, "locked": { - "lastModified": 1680118886, - "narHash": "sha256-uHcKDM/LkvOKc0ma3JIFLjnyvJRlIKVnIBa45vQO+2s=", + "lastModified": 1678526395, + "narHash": "sha256-ZPqJVulMfFx3gXk1/ttRz1JPO5sDLOuhl5rGoic6TUc=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "578051f829883262c9120d98fd71a80e4715afcb", + "rev": "8be50d27360b033539b45cd3606a4278a55f69ec", "type": "github" }, "original": { "owner": "nix-community", "repo": "emacs-overlay", + "rev": "8be50d27360b033539b45cd3606a4278a55f69ec", "type": "github" } }, diff --git a/flake.nix b/flake.nix index e370542..f78cec1 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; emacs = { - url = "github:nix-community/emacs-overlay"; + url = + "github:nix-community/emacs-overlay/8be50d27360b033539b45cd3606a4278a55f69ec"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; sops-nix = {