mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-07 23:04:00 +01:00
.devcontainer: change nixfmt-rfc-style to nixfmt
It has been 5 months. We're probably good to go now. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
parent
f542062d61
commit
e830065e8d
1 changed files with 1 additions and 3 deletions
|
|
@ -5,9 +5,7 @@
|
||||||
"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,
|
||||||
// TODO: nixfmt-rfc-style → nixfmt (once it's in a stable release)
|
"packages": "nixpkgs.nixd,nixpkgs.nixfmt",
|
||||||
// https://github.com/NixOS/nixpkgs/issues/425583
|
|
||||||
"packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style",
|
|
||||||
"useAttributePath": true,
|
"useAttributePath": true,
|
||||||
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
|
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue