Skip to content

Commit 6f53729

Browse files
[ nix ] Point emacs-src to idris-community/idris2-mode (idris-lang#3682)
* [ nix ] Point emacs-src to idris-community/idris2-mode This previously pointed at a custom fork (redfish64/idris2-mode). However, based on GitHub's comparison of the two repos, the fork is one commit behind and 0 ahead of the version on idris-community, so I believe they should be interchangeable. I'm switching the URL to point to the community version, since if we're referencing it from the Idris2 repo, it should be something we can easily update and maintain. * [ admin ] Track change to flake.nix * [ nit ] Appease linter (url ~> URL)
1 parent 8c970f1 commit 6f53729

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG_NEXT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ should target this file (`CHANGELOG_NEXT`).
3838
### Building/Packaging changes
3939

4040
* Fix parsing of capitalised package names containing hyphens.
41+
* Change `flake.nix` to point at `idris-community/idris2-mode` as the URL for
42+
`inputs.idris-emacs-src` (from the user fork `redfish64/idris2-mode`).
4143

4244
### Backend changes
4345

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs.flake-utils.url = "github:numtide/flake-utils";
55
inputs.idris-emacs-src = {
6-
url = "github:redfish64/idris2-mode";
6+
url = "github:idris-community/idris2-mode";
77
flake = false;
88
};
99
inputs.nixpkgs.url = "github:NixOS/nixpkgs";

0 commit comments

Comments
 (0)