mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00: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>
(cherry picked from commit e830065e8d)
This commit is contained in:
committed by
github-actions[bot]
parent
0a76d26c26
commit
a808535edc
@@ -5,9 +5,7 @@
|
||||
"ghcr.io/devcontainers/features/nix:1": {
|
||||
// fails in the devcontainer sandbox, enable sandbox via config instead
|
||||
"multiUser": false,
|
||||
// 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",
|
||||
"packages": "nixpkgs.nixd,nixpkgs.nixfmt",
|
||||
"useAttributePath": true,
|
||||
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user