.devcontainer: clarify the formatter is nixfmt-rfc-style

This commit is contained in:
Kenichi Kamiya 2025-04-07 01:15:39 +09:00
parent b1a549d4fa
commit 1a7bf6808c
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

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