fix: change formatter to nixpkgs-fmt (#4932)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (rust) (push) Waiting to run
Publish Docker image / build (linux/amd64, ubuntu-latest) (push) Waiting to run
Publish Docker image / build (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Publish Docker image / merge (push) Blocked by required conditions
PR checks / rust_lint (push) Waiting to run
PR checks / build_web_app (push) Waiting to run
PR checks / test_web_app (1) (push) Waiting to run
PR checks / test_web_app (2) (push) Waiting to run
PR checks / test_extensions (push) Waiting to run
PR checks / build_tauri_app (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Deploy to vercel on merge / build_and_deploy (push) Waiting to run

This commit is contained in:
dastarruer 2026-07-04 19:52:48 -04:00 committed by GitHub
parent 4dbe9cc9f1
commit 727f6150a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -238,15 +238,15 @@
value = pkgs.jdk.home;
}
{
name = "ANDROID_AVD_HOME";
eval = "$XDG_CONFIG_HOME/.android/avd";
name = "ANDROID_AVD_HOME";
eval = "$XDG_CONFIG_HOME/.android/avd";
}
];
};
default = self.devShells.${pkgs.stdenv.hostPlatform.system}.web;
};
formatter = pkgs.nixfmt;
formatter = pkgs.nixpkgs-fmt;
});
}