Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Releases: vlaci/nix-straight.el

v2.2.0: Merge pull request #2 from 0x450x6c/master

20 May 22:06
8e84d04
Compare
Choose a tag to compare

v2.1.0

20 May 22:05
Compare
Choose a tag to compare
  • Updating repo generation stage
    Previous implementation had a fatal flaw: straight-recipes-retrieve is
    only called when straight-use-package is called with a plain package
    name and there is no package override is registered.

    When a package is overridden or a plist is given to
    straight-use-package then the recipe is assumed to be complete and
    straight-recipes-retrieve call is skipped.

    New approach is to register our own override via
    straight-override-recipe for all packages so the recipe retrieval step
    is skipped so is the whole cloning stage because :local-repo is
    already set now.

  • Logging style is also updated to be distinguishable from straight's own logs.

  • Updating bundled straight.el version

v2.0.0

20 May 22:04
Compare
Choose a tag to compare
  • abort when a package is not found
  • users should (require 'straight) themselves
    This way consumers can actually provide defaults to straight before it
    is loaded, e.g. (setq straight-fix-org nil) will actually work.

v1.2.0

20 May 22:02
Compare
Choose a tag to compare
  • make straight-vc-local-repo-dir work

v1.1.0

22 Nov 19:50
Compare
Choose a tag to compare
  • New option to specify emacs package during build
  • New option to fail build on unknown package
  • Fix installing derivations using fetchTarball

v1.0

23 Oct 11:57
Compare
Choose a tag to compare
README: updated with a word of warning