.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>
This commit is contained in:
Ethan Carter Edwards 2026-01-23 16:38:52 -05:00
parent f542062d61
commit e830065e8d
No known key found for this signature in database
GPG key ID: D83DC5377393C7E6

View file

@ -5,9 +5,7 @@
"ghcr.io/devcontainers/features/nix:1": { "ghcr.io/devcontainers/features/nix:1": {
// fails in the devcontainer sandbox, enable sandbox via config instead // fails in the devcontainer sandbox, enable sandbox via config instead
"multiUser": false, "multiUser": false,
// TODO: nixfmt-rfc-style nixfmt (once it's in a stable release) "packages": "nixpkgs.nixd,nixpkgs.nixfmt",
// https://github.com/NixOS/nixpkgs/issues/425583
"packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style",
"useAttributePath": true, "useAttributePath": true,
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true" "extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
} }