Unverified Commit 66023e4d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

.devcontainer: nixfmt-rfc-style -> nixfmt (#430330)

parents 9c9e8814 bf1ed585
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
    }