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

authored by Matt Sturgeon and committed by GitHub 14cef9a9 4a2bf94b

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