diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7bf32902a87a..e9c1c3ed60c3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,8 @@ "ghcr.io/devcontainers/features/nix:1": { // fails in the devcontainer sandbox, enable sandbox via config instead "multiUser": false, - "packages": "nixd,nixfmt-unstable", + "packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style", + "useAttributePath": true, "extraNixConfig": "experimental-features = nix-command flakes,sandbox = true" } },