KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pano-scrobbler-flake
★ 9
Open GitHub ↗
Nix flake for Pano Scrobbler
Download README (.md)
Explore Similar Repositories
goals
:
No description available.
ApplyRight-AI
:
No description available.
NL2DSL2SQL
:
大模型自然语言生成语义层DSL再生成最终SQL语句
tasksfi
:
No description available.
q-code
:
基于 AI SDK 的命令行 Agent 框架,支持工具调用、Plan Mode、Task V2 持久化任务图、上下文自动压缩、会话持久化、跨对话项目记忆、Skills 渐进式披露、后台 SubAgent、Worktree 隔离、Agent Teams 多智能体协作和 MCP 扩展。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pano-scrobbler-flake
?
Download (.md)
# pano-scrobbler-flake Prebuilt binaries of [Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler), built from source on GitHub Actions. Report issues with this to the main repo: https://github.com/kawaiiDango/pano-scrobbler/issues Supported systems: `x86_64-linux`, `aarch64-linux` --- ## Installation #### Home Manager ```nix # flake.nix inputs: pano-scrobbler-flake.url = "github:kawaiiDango/pano-scrobbler-flake"; # home.nix: home.packages = [ inputs.pano-scrobbler-flake.packages.${pkgs.system}.default ]; ``` #### Standalone (nix profile) ```sh nix profile add github:kawaiiDango/pano-scrobbler-flake ``` #### NixOS configuration ```nix # flake.nix inputs: pano-scrobbler-flake.url = "github:kawaiiDango/pano-scrobbler-flake"; # configuration.nix / nixosConfigurations: environment.systemPackages = [ inputs.pano-scrobbler-flake.packages.${system}.default ]; ``` --- Despite its name, this repo also houses an apt repo metadata and a .spec file for COPR.