mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #382] [MERGED] feat(nix): add comprehensive Nix flake for linux-rust #388
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/382
Author: @doprz
Created: 12/13/2025
Status: ✅ Merged
Merged: 12/14/2025
Merged by: @kavishdevar
Base:
linux/rust← Head:feature/comprehensive-rust-nix-flake📝 Commits (4)
026f3fcfeat(nix): add comprehensive Nix flake for linux-rust67a90dffeat(nix): add comprehensive Nix flake for linux-rustcbbe2f2fix(clippy): fix cargo clippy warnings9b12689fix(linux-rust): format and fix syntax error📊 Changes
25 files changed (+2362 additions, -1543 deletions)
View changed files
➕
.envrc(+1 -0)📝
.gitignore(+5 -1)➕
default.nix(+12 -0)📝
flake.lock(+121 -5)📝
flake.nix(+133 -59)📝
linux-rust/src/bluetooth/aacp.rs(+245 -122)📝
linux-rust/src/bluetooth/att.rs(+35 -18)📝
linux-rust/src/bluetooth/discovery.rs(+20 -13)📝
linux-rust/src/bluetooth/le.rs(+253 -148)📝
linux-rust/src/bluetooth/managers.rs(+13 -4)📝
linux-rust/src/bluetooth/mod.rs(+2 -2)📝
linux-rust/src/devices/airpods.rs(+149 -68)📝
linux-rust/src/devices/enums.rs(+10 -13)📝
linux-rust/src/devices/mod.rs(+1 -1)📝
linux-rust/src/devices/nothing.rs(+93 -81)📝
linux-rust/src/main.rs(+129 -79)📝
linux-rust/src/media_controller.rs(+468 -249)📝
linux-rust/src/ui/airpods.rs(+210 -252)📝
linux-rust/src/ui/messages.rs(+5 -5)📝
linux-rust/src/ui/mod.rs(+3 -3)...and 5 more files
📄 Description
Features:
nix develop,nix run, andnix build🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.