diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7d5f60ba9b7f..21413b4fe79e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,9 +5,7 @@ "ghcr.io/devcontainers/features/nix:1": { // fails in the devcontainer sandbox, enable sandbox via config instead "multiUser": false, - // TODO: nixfmt-rfc-style → nixfmt (once it's in a stable release) - // https://github.com/NixOS/nixpkgs/issues/425583 - "packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style", + "packages": "nixpkgs.nixd,nixpkgs.nixfmt", "useAttributePath": true, "extraNixConfig": "experimental-features = nix-command flakes,sandbox = true" }