.devcontainer: nixfmt-rfc-style -> nixfmt (#430330)

This commit is contained in:
Pol Dellaiera
2025-08-04 15:50:31 +02:00
committed by GitHub
+1 -1
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"
}