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" "ws-butler": "ws-butler"
}, },
"locked": { "locked": {
"lastModified": 1686959076, "lastModified": 1688582535,
"narHash": "sha256-tzwHJ8q9CMpIwxcyCM51i88arntNMARi1mFkAppMgqk=", "narHash": "sha256-HSeSSfh2ymUobASavsGZWK7eNd6BA/g80hd0qJjwySA=",
"owner": "nix-community", "ref": "fix/evil-collection",
"repo": "nix-doom-emacs", "rev": "ee45d28b54a674da1fd8ccb4e9444d4890345bcc",
"rev": "2c4ba0d77fdfa4495929c8aee814936e722715c5", "revCount": 774,
"type": "github" "type": "git",
"url": "https://codeberg.org/jezcope/nix-doom-emacs"
}, },
"original": { "original": {
"owner": "nix-community", "ref": "fix/evil-collection",
"repo": "nix-doom-emacs", "type": "git",
"type": "github" "url": "https://codeberg.org/jezcope/nix-doom-emacs"
} }
}, },
"nix-std": { "nix-std": {

View File

@ -7,7 +7,8 @@
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
emacs-overlay.url = "github:nix-community/emacs-overlay"; 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"; nix-std.url = "github:chessai/nix-std";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";