Skip to content

Releases: zombiezen/codespaces-nix

0.2.1

22 Nov 03:49
Compare
Choose a tag to compare

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.1-beta1

18 Nov 21:19
Compare
Choose a tag to compare
0.2.1-beta1 Pre-release
Pre-release
v0.2.1-beta1

Expand README with features and alternatives

0.2.0

14 Nov 05:55
Compare
Choose a tag to compare

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

13 Nov 00:46
Compare
Choose a tag to compare

Version 0.1.1 fixes problems with the image's metadata.

Fixed

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

0.1.1-alpha2

12 Nov 19:48
Compare
Choose a tag to compare
0.1.1-alpha2 Pre-release
Pre-release
Remove mounts

Codespaces already handles /tmp,
and it seems to break for /run because it inserts src=undefined.

Fixes #1

0.1.1-alpha1

12 Nov 19:07
Compare
Choose a tag to compare
0.1.1-alpha1 Pre-release
Pre-release
v0.1.1-alpha1

Remove trailing comma

0.1.0

12 Nov 18:48
Compare
Choose a tag to compare

Initial public release.

0.1.0-alpha2

12 Nov 17:42
Compare
Choose a tag to compare
0.1.0-alpha2 Pre-release
Pre-release
v0.1.0-alpha2

Move environment scripts under profile.d directory

0.1.0-alpha1

11 Nov 05:40
Compare
Choose a tag to compare
0.1.0-alpha1 Pre-release
Pre-release
v0.1.0-alpha1

Fix ignore pattern