+2
.devcontainer/devcontainer.json
+2
.devcontainer/devcontainer.json
···
5
5
"ghcr.io/devcontainers/features/nix:1": {
6
6
// fails in the devcontainer sandbox, enable sandbox via config instead
7
7
"multiUser": false,
8
+
// TODO: nixfmt-rfc-style → nixfmt (once it's in a stable release)
9
+
// https://github.com/NixOS/nixpkgs/issues/425583
8
10
"packages": "nixpkgs.nixd,nixpkgs.nixfmt-rfc-style",
9
11
"useAttributePath": true,
10
12
"extraNixConfig": "experimental-features = nix-command flakes,sandbox = true"