emacs-twist / twist.nix

Build an entire Emacs configuration as a Nix package in a pure, reproducible way
GNU General Public License v3.0
78 stars 7 forks source link

Updates to conform to the flakes API #71

Closed akirak closed 1 year ago

akirak commented 1 year ago

This is the first step to support nix flake check in nomake. The outputs of the flake must conform to the standard, so these changes were required.

It is also necessary to completely get rid of IFD from derivations created by emacsTwist. At present, Emacs packages built by emacs-overlay fails in nix flake check, and it also needs to be fixed.

akirak commented 1 year ago

It turns out emacs-overlay already supports nix flake check. It failed due to old nixpkgs on my system.