update flake.nix

This commit is contained in:
Tsiry Sandratraina
2024-09-05 21:21:13 +00:00
parent cf01ae4d2d
commit 77d53a0c74
3 changed files with 7 additions and 6 deletions

View File

@@ -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
View File

@@ -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"
}

View File

@@ -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