Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2 KB

CHANGELOG.md

File metadata and controls

68 lines (42 loc) · 2 KB

zombiezen's Nix image for GitHub Codespaces Release Notes

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2022-11-21

Version 0.2.1 fixed Nix build permission issues.

Changed

  • Set NIX_REMOTE=daemon explicitly.

Fixed

  • Fix permissions issues in building files (#5).

0.2.0 - 2022-11-13

Version 0.2 fixes a number of issues I uncovered after trying out the image in my own projects. This release also adds Lorri and multi-user Nix support.

Added

  • Provide system-wide Git and Nix in PATH at /opt/sw/bin. This is managed as the default Nix profile and linked in /root/.nix-profile.
  • Automatically run Lorri on startup (#2).
  • Install procps and psmisc in the user profile.

Changed

  • Nix is now a multi-user installation.

Fixed

  • Provide Git that is accessible for Codespaces dotfiles clone (#3).
  • Set LOCALE_ARCHIVE environment variable.

0.1.1 - 2022-11-12

Version 0.1.1 fixes problems with the image's metadata.

Fixed

  • Fixed invalid JSON in devcontainer.metadata label (#1).

0.1.0 - 2022-11-12

Initial public release.