emacs2nix: update to add trailing newline
Files generated by emacs2nix will now end in a final newline, as is now required by the Nixpkgs editorconfig-checker CI action. See <https://github.com/ttuegel/emacs2nix/pull/51>.
This commit is contained in:
parent
c60bf872c4
commit
1fe24de3a2
@ -4,8 +4,8 @@ let
|
|||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "https://github.com/ttuegel/emacs2nix.git";
|
url = "https://github.com/ttuegel/emacs2nix.git";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
rev = "d4c52a7b22b0622aecf0b0d59941a4a2b250617c";
|
rev = "798542b34dc8d7f5c110119350bd9bafef9f8439";
|
||||||
sha256 = "133m0bmm8ahy0jbappgcdjqppkpxf5s9wg4gg254afx3f7yfqzbh";
|
sha256 = "1lna9z90sxjnanggjh2si018cfzp60xsrissnv9bbkc8wish1537";
|
||||||
};
|
};
|
||||||
|
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user