Skip to content

Releases: stephank/composer-plugin-nixify

v1.1.0

05 Sep 14:52
Compare
Choose a tag to compare
  • Added support for local path type packages. (Thanks @tristanpemble!)

v1.0.5

07 Dec 11:58
Compare
Choose a tag to compare
  • Added new settings that can be set in "extra" in the composer.json file: nix-expr-path, generate-default-nix, and enable-nix-preload.

v1.0.4

03 Dec 20:32
Compare
Choose a tag to compare
  • Fix compatibility with Composer v2, which caused Nixify to fail when it has to refetch dependencies missing from the Composer cache.

v1.0.3

02 Dec 15:37
Compare
Choose a tag to compare
  • The generated composer-project.nix no longer includes the version in the derivation name attribute. The version was often the current branch of whoever happened to run composer, and would end up as something like myproject-dev-mybranch.

  • Fixed 'argument list too long' during builds with a large number of dependencies. (The exact amount differs between Linux and macOS, so Linux would encounter this error sooner.)

v1.0.2

02 Dec 14:46
Compare
Choose a tag to compare
  • Allow overriding the fetcher used in Nix, for example to provide credentials for private repositories.

v1.0.1

01 Dec 14:21
Compare
Choose a tag to compare
  • Don't generate default.nix if flake.nix exists

v1.0.0

27 Sep 09:30
Compare
Choose a tag to compare
  • Initial release