Revert ".devcontainer: nixfmt-rfc-style -> nixfmt"

This commit is contained in:
Matt Sturgeon 2025-08-05 20:33:12 +00:00 committed by GitHub
parent 4a2bf94b81
commit 14cef9a9fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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