From bf1ed58534bd9bcdc8d958e84fcfa573d4fde3db Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sat, 2 Aug 2025 12:04:05 +0200 Subject: [PATCH] .devcontainer: nixfmt-rfc-style -> nixfmt Follow up of https://github.com/NixOS/nixpkgs/pull/425068 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dfcfce92d1bd..21413b4fe79e 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-rfc-style", + "packages": "nixpkgs.nixd,nixpkgs.nixfmt", "useAttributePath": true, "extraNixConfig": "experimental-features = nix-command flakes,sandbox = true" }