From 14cef9a9fa013f44c1dca7c8bc9a7658d09b17e4 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Tue, 5 Aug 2025 20:33:12 +0000 Subject: [PATCH] Revert ".devcontainer: nixfmt-rfc-style -> nixfmt" --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 21413b4fe79e..dfcfce92d1bd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" }