Unverified Commit 2ca4ae7d authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

Revert ".devcontainer: nixfmt-rfc-style -> nixfmt" (#431258)

parents 9fb9c41c 33fdeee5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5,7 +5,9 @@
    "ghcr.io/devcontainers/features/nix:1": {
      // fails in the devcontainer sandbox, enable sandbox via config instead
      "multiUser": false,
      "packages": "nixpkgs.nixd,nixpkgs.nixfmt",
      // 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",
      "useAttributePath": true,
      "extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
    }