.devcontainer: nixfmt-rfc-style -> nixfmt

Follow up of https://github.com/NixOS/nixpkgs/pull/425068
This commit is contained in:
Pol Dellaiera
2025-08-02 12:04:05 +02:00
parent 2da6280c54
commit bf1ed58534

View File

@@ -5,7 +5,7 @@
"ghcr.io/devcontainers/features/nix:1": {
// fails in the devcontainer sandbox, enable sandbox via config instead
"multiUser": false,
"packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style",
"packages": "nixpkgs.nixd,nixpkgs.nixfmt",
"useAttributePath": true,
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
}