Pin emacs-overlay until https://github.com/ttuegel/emacs2nix/issues/56 is fixed
This commit is contained in:
parent
00d1d46628
commit
3212896eea
2 changed files with 5 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -11,8 +11,8 @@
|
|||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"ref": "master",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "d9530a7048f4b1c0f65825202a0ce1d111a1d39a",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -38,11 +38,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1618436674,
|
||||
"narHash": "sha256-9y5Y7YK2W+kzXBrYkrw964xWbo2O4m5A91PohkyGkj8=",
|
||||
"lastModified": 1618469593,
|
||||
"narHash": "sha256-fNdt+Q3irnT3pId7PKSSVeR8/9inBrAEg4gpItoRowU=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "0a6227d667d1d2bc6a79de24fd12becc523f2e2f",
|
||||
"rev": "ebbbd4f2b50703409543941e7445138dc1e7392e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "Nixos configuration flake";
|
||||
|
||||
inputs = {
|
||||
emacs-overlay.url = "github:nix-community/emacs-overlay/master";
|
||||
emacs-overlay.url = "github:nix-community/emacs-overlay/d9530a7048f4b1c0f65825202a0ce1d111a1d39a";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue