Unverified Commit 14cef9a9 authored by Matt Sturgeon's avatar Matt Sturgeon Committed by GitHub
Browse files

Revert ".devcontainer: nixfmt-rfc-style -> nixfmt"

parent 4a2bf94b
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",
      "packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style",
      "useAttributePath": true,
      "extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
    }