mirror of
https://github.com/readest/readest.git
synced 2026-07-09 16:00:16 +00:00
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
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:
parent
4dbe9cc9f1
commit
727f6150a6
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue