Skip to content

Commit

Permalink
update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Sep 5, 2024
1 parent cf01ae4 commit 77d53a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -50,7 +50,7 @@

buildInputs = [
# Add additional build inputs here
pkgs.pkgconfig
pkgs.pkg-config
pkgs.gnumake
pkgs.protobuf
pkgs.zstd
Expand Down

0 comments on commit 77d53a0

Please sign in to comment.