{"id":16334407,"url":"https://github.com/cmacrae/emacs","last_synced_at":"2025-03-20T23:30:40.138Z","repository":{"id":42526909,"uuid":"365019098","full_name":"cmacrae/emacs","owner":"cmacrae","description":"Nightly custom Emacs builds for macOS Nix environments","archived":false,"fork":false,"pushed_at":"2023-08-22T14:18:02.000Z","size":250,"stargazers_count":41,"open_issues_count":9,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-17T18:35:02.763Z","etag":null,"topics":["automated","darwin","emacs","macos","nightly","nix"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmacrae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-06T19:41:09.000Z","updated_at":"2025-02-16T05:59:13.000Z","dependencies_parsed_at":"2024-10-28T09:09:30.950Z","dependency_job_id":"5ad65f66-35b1-4813-a629-fce4cd92000c","html_url":"https://github.com/cmacrae/emacs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmacrae%2Femacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmacrae%2Femacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmacrae%2Femacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmacrae%2Femacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmacrae","download_url":"https://codeload.github.com/cmacrae/emacs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244710367,"owners_count":20497235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automated","darwin","emacs","macos","nightly","nix"],"created_at":"2024-10-10T23:38:20.081Z","updated_at":"2025-03-20T23:30:39.857Z","avatar_url":"https://github.com/cmacrae.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nightly custom Emacs builds for macOS Nix environments\n[![CI badge](https://github.com/cmacrae/emacs/actions/workflows/build.yaml/badge.svg)](https://github.com/cmacrae/emacs/actions/workflows/build.yaml)\n[![BuiltWithNix badge](https://img.shields.io/badge/Built_With-Nix-5277C3.svg?logo=nixos\u0026labelColor=73C3D5)](https://builtwithnix.org)\n[![Cachix badge](https://img.shields.io/badge/Cachix-store-blue.svg?logo=hack-the-box\u0026logoColor=73C3D5)](https://app.cachix.org/cache/emacs)\n[![Emacs badge](https://img.shields.io/badge/Emacs-30.0.50-adadad.svg?logo=gnu-emacs\u0026labelColor=9266CC\u0026logoColor=ffffff)](http://git.savannah.gnu.org/cgit/emacs.git/log/)\n\nThis repository provides nightly automated builds of Emacs from HEAD for macOS Nix environments with the following additions:\n- Native Compilation ([gccemacs](https://www.emacswiki.org/emacs/GccEmacs))\n- [X Widgets](https://www.emacswiki.org/emacs/EmacsXWidgets) (Webkit) support\n- [libvterm](https://github.com/akermu/emacs-libvterm)\n- Patched window role to work nicely with [yabai](https://github.com/koekeishiya/yabai)\n\n## Recent Changes\n\nThe `no-titlebar` frame patch has been removed, as it can be implemented with\npure Emacs Lisp by putting the following early on during initialization (e.g. in\n`early-init.el`):\n\n```emacs-lisp\n(add-to-list 'default-frame-alist '(undecorated . t))\n```\n\nSee https://github.com/d12frosted/homebrew-emacs-plus/issues/433#issuecomment-1025547880 for further background.\n\n## Usage\n\nTo use this flake on your system, add it to your configuration inputs \u0026 overlays.  \nIt overlays the `pkgs.emacs` package.  \nThere is a [complimentary binary cache](https://app.cachix.org/cache/emacs) available which is pushed to nightly.\n```nix\n{\n  inputs.darwin.url = \"github:lnl7/nix-darwin\";\n  inputs.emacs.url = \"github:cmacrae/emacs\";\n\n  outputs = { self, darwin, emacs }: {\n    darwinConfigurations.example = darwin.lib.darwinSystem {\n      modules = [\n        {\n          nix.binaryCaches = [\n            \"https://cachix.org/api/v1/cache/emacs\"\n          ];\n\n          nix.binaryCachePublicKeys = [\n            \"emacs.cachix.org-1:b1SMJNLY/mZF6GxQE+eDBeps7WnkT0Po55TAyzwOxTY=\"\n          ];\n\n          nixpkgs.overlays = [\n            emacs.overlay\n          ];\n        }\n      ];\n    };\n  };\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmacrae%2Femacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmacrae%2Femacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmacrae%2Femacs/lists"}