chore: nix fmt
This commit is contained in:
parent
38767905af
commit
f74928ce5f
21 changed files with 60 additions and 71 deletions
|
|
@ -36,8 +36,7 @@ final: prev: {
|
|||
hash = "sha256-GCAOKYyijaQPVBgAixoZRPHIdiUfV8mPeeflE7aX8Ac=";
|
||||
};
|
||||
}
|
||||
.${prev.stdenv.system}
|
||||
or (throw "unsupported system ${prev.stdenv.hostPlatform.system}")
|
||||
.${prev.stdenv.system} or (throw "unsupported system ${prev.stdenv.hostPlatform.system}")
|
||||
);
|
||||
});
|
||||
# gemini-cli = channels.unstable.callPackage ./gemini-cli/package.nix { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue