flake: temporary switch to nix-doom-emacs fork

This commit is contained in:
Jez Cope 2023-07-05 19:55:37 +01:00
parent b811abcbcb
commit 3f5527bdca
2 changed files with 12 additions and 10 deletions

View File

@ -303,17 +303,18 @@
"ws-butler": "ws-butler"
},
"locked": {
"lastModified": 1686959076,
"narHash": "sha256-tzwHJ8q9CMpIwxcyCM51i88arntNMARi1mFkAppMgqk=",
"owner": "nix-community",
"repo": "nix-doom-emacs",
"rev": "2c4ba0d77fdfa4495929c8aee814936e722715c5",
"type": "github"
"lastModified": 1688582535,
"narHash": "sha256-HSeSSfh2ymUobASavsGZWK7eNd6BA/g80hd0qJjwySA=",
"ref": "fix/evil-collection",
"rev": "ee45d28b54a674da1fd8ccb4e9444d4890345bcc",
"revCount": 774,
"type": "git",
"url": "https://codeberg.org/jezcope/nix-doom-emacs"
},
"original": {
"owner": "nix-community",
"repo": "nix-doom-emacs",
"type": "github"
"ref": "fix/evil-collection",
"type": "git",
"url": "https://codeberg.org/jezcope/nix-doom-emacs"
}
},
"nix-std": {

View File

@ -7,7 +7,8 @@
home-manager.url = "github:nix-community/home-manager";
nur.url = "github:nix-community/NUR";
emacs-overlay.url = "github:nix-community/emacs-overlay";
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
#nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
nix-doom-emacs.url = "git+https://codeberg.org/jezcope/nix-doom-emacs?ref=fix/evil-collection";
nix-std.url = "github:chessai/nix-std";
home-manager.inputs.nixpkgs.follows = "nixpkgs";