.devcontainer: change nixfmt-rfc-style to nixfmt

It has been 5 months. We're probably good to go now.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
(cherry picked from commit e830065e8d)
This commit is contained in:
Ethan Carter Edwards
2026-01-23 16:38:52 -05:00
committed by github-actions[bot]
parent 0a76d26c26
commit a808535edc

View File

@@ -5,9 +5,7 @@
"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",
"packages": "nixpkgs.nixd,nixpkgs.nixfmt",
"useAttributePath": true,
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
}