.devcontainer: clarify the formatter is nixfmt-rfc-style
This commit is contained in:
parent
b1a549d4fa
commit
1a7bf6808c
@ -5,7 +5,8 @@
|
|||||||
"ghcr.io/devcontainers/features/nix:1": {
|
"ghcr.io/devcontainers/features/nix:1": {
|
||||||
// fails in the devcontainer sandbox, enable sandbox via config instead
|
// fails in the devcontainer sandbox, enable sandbox via config instead
|
||||||
"multiUser": false,
|
"multiUser": false,
|
||||||
"packages": "nixd,nixfmt-unstable",
|
"packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style",
|
||||||
|
"useAttributePath": true,
|
||||||
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
|
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user