summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2025-08-02 12:04:05 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2025-08-02 12:04:23 +0200
commitbf1ed58534bd9bcdc8d958e84fcfa573d4fde3db (patch)
tree56eb2d7aa3f17296043ea9edee9678043181e4a2 /.devcontainer
parent2da6280c54db53738aa940016b6e2ec0979d7226 (diff)
.devcontainer: nixfmt-rfc-style -> nixfmt
Follow up of https://github.com/NixOS/nixpkgs/pull/425068
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index dfcfce92d1bd..21413b4fe79e 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -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-rfc-style",
+ "packages": "nixpkgs.nixd,nixpkgs.nixfmt",
"useAttributePath": true,
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"
}