Skip to content

Releases: lucernae/devcontainer-nix

v1.2.0

22 Jun 19:26
175596f

Choose a tag to compare

TLDR

The image orchestration currently broken for nixos-unstable variant.
But we managed to build nixos-25.05 variant.
All version specified here is linux multiplatform (x86_64-linux, aarch64-linux, and can be run in Apple Silicon).

  • orchestration image for flavors:
    • base image: ghcr.io/lucernae/devcontainer-nix:base--nixos-25.05
    • standard devcontainer-nix image ghcr.io/lucernae/devcontainer-nix:{v1,stable,latest}
    • flake-based devcontainer-nix image ghcr.io/lucernae/devcontainer-nix:flake---{v1,stable,latest}
    • nixos-dockertools based devcontainer-nix image ghcr.io/lucernae/devcontainer-nix:nixos-dockertools---{v1,stable,latest}
  • switch channels to nixos-25.05 for default channel
  • provides unstable tags nixos-unstable for rolling tag
  • to pin your image tag to a nixos version variant, each semver tag is paired with the variant in the format :<flavor>--<nixos-version>---<branch>. So, if you want flake based NixOS-25.05 from the main branch, use tag :flake--nixos-25.05---main

What's Changed

  • chore(deps): update cachix/install-nix-action action to v22 by @renovate in #31
  • chore(deps): lock file maintenance by @renovate in #23
  • chore(deps): update cachix/install-nix-action action to v23 by @renovate in #35
  • chore(deps): update actions/checkout action to v4 by @renovate in #36
  • chore(deps): update dorny/paths-filter action to v3 by @renovate in #55
  • chore(deps): update docker/login-action action to v3 by @renovate in #39
  • chore(deps): update docker/metadata-action action to v5 by @renovate in #40
  • chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #41
  • chore(deps): update docker/setup-qemu-action action to v3 by @renovate in #42
  • chore(deps): update actions/cache action to v4 by @renovate in #47
  • chore(deps): update docker/build-push-action action to v6 by @renovate in #51
  • Devcontainer template home manager by @lucernae in #61
  • NixOS 25.05 by @lucernae in #62

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Sep 16:48

Choose a tag to compare

TLDR

  • aarch64-linux (can be run in Apple Silicon's containerd) support for:
    • base image: ghcr.io/lucernae/nix-community/nixpkgs:devcontainer
    • standard devcontainer-nix image ghcr.io/lucernae/devcontainer-nix:{v1,stable,latest}
    • flake-based devcontainer-nix image ghcr.io/lucernae/devcontainer-nix:flake---{v1,stable,latest}
    • nixos-dockertools based devcontainer-nix image ghcr.io/lucernae/devcontainer-nix:nixos-dockertools---{v1,stable,latest}
  • switch channels to nixos-23.05 for default channel
  • provides unstable tags nixos-unstable for rolling tag
  • tested nixos-rebuild switch and home-manager switch from inside devcontainer

What's Changed

New Contributors

  • @github-actions made their first contribution in #16
  • @renovate made their first contribution in #19

Full Changelog: v1.0.0...v1.1.0

v1.0.0

21 Nov 22:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/lucernae/devcontainer-nix/commits/v1.0.0