Pin emacs for now

This commit is contained in:
Nathan McCarty 2023-03-29 20:13:54 -04:00
parent b0ea9f9f26
commit 288cf4a7ae
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 6 additions and 4 deletions

View File

@ -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"
}
},

View File

@ -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 = {