mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
style(nix): format with nixfmt
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
7dff77ca35
commit
4c81d8c53d
7 changed files with 259 additions and 236 deletions
13
flake.nix
13
flake.nix
|
|
@ -2,8 +2,8 @@
|
|||
description = "A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)";
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = ["https://cache.garnix.io"];
|
||||
extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="];
|
||||
extra-substituters = [ "https://cache.garnix.io" ];
|
||||
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
|
|
@ -30,12 +30,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
flake-parts,
|
||||
pre-commit-hooks,
|
||||
...
|
||||
} @ inputs:
|
||||
flake-parts.lib.mkFlake {inherit inputs;} {
|
||||
outputs =
|
||||
{ flake-parts, pre-commit-hooks, ... }@inputs:
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
imports = [
|
||||
pre-commit-hooks.flakeModule
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue