Unverified Commit 33fdeee5 authored by Matt Sturgeon's avatar Matt Sturgeon
Browse files

.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
parent 14cef9a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"