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 4916e44
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 99 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
114 changes: 16 additions & 98 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

inherit (pkgs) lib;

craneLib = crane.lib.${system};
craneLib = crane.mkLib pkgs;

protoFilter = path: _type: builtins.match ".*proto$" path != null;
protoOrCargo = path: type:
Expand Down

0 comments on commit 4916e44

Please sign in to comment.