From 33fdeee5d4a699a14f5e16f0e958273b7f98bc67 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 6 Aug 2025 16:40:20 +0100 Subject: [PATCH] .devcontainer: add TODO for nixfmt-rfc-style alias The alias should be dropped only once `pkgs.nixfmt` is unlikely to be nixfmt-classic. I.e. after nixfmt 1.0 is in a stable release, but before the nixfmt-rfc-style alias starts warning. See https://github.com/NixOS/nixpkgs/issues/425583 --- .devcontainer/devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dfcfce92d1bd..7d5f60ba9b7f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,6 +5,8 @@ "ghcr.io/devcontainers/features/nix:1": { // fails in the devcontainer sandbox, enable sandbox via config instead "multiUser": false, + // TODO: nixfmt-rfc-style → nixfmt (once it's in a stable release) + // https://github.com/NixOS/nixpkgs/issues/425583 "packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style", "useAttributePath": true, "extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"