mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-08 20:58:07 -05:00
update flake.nix
This commit is contained in:
@@ -98,6 +98,7 @@ brew install tsirysndr/tap/musicplayer
|
||||
Using [Nix](https://nixos.org/):
|
||||
|
||||
```bash
|
||||
cachix use tsirysndr
|
||||
nix profile install --experimental-features "nix-command flakes" github:tsirysndr/music-player
|
||||
```
|
||||
|
||||
|
||||
8
flake.lock
generated
8
flake.lock
generated
@@ -114,16 +114,16 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1686830505,
|
||||
"narHash": "sha256-ISQoV4ZLNbXOaYztLJCBVIShaQBn9e63gap/ACYm0zQ=",
|
||||
"lastModified": 1725432240,
|
||||
"narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "453bb832f715dd6e51004c72dbd59b1556d554e1",
|
||||
"rev": "ad416d066ca1222956472ab7d0555a6946746a80",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-23.05",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
description = "Music Player - An extensible music server written in Rust 🚀🎵✨";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
crane = {
|
||||
url = "github:ipetkov/crane";
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
buildInputs = [
|
||||
# Add additional build inputs here
|
||||
pkgs.pkgconfig
|
||||
pkgs.pkg-config
|
||||
pkgs.gnumake
|
||||
pkgs.protobuf
|
||||
pkgs.zstd
|
||||
|
||||
Reference in New Issue
Block a user