Skip to content

Commit

Permalink
Included ffmpeg in dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras committed Aug 24, 2023
1 parent 290dc3c commit 3e3b58d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
copier = pkgs.copier;
# Build liquidsoap manually to use the latest version
liquidsoap = pkgs.callPackage ./liquidsoap.nix {};
ffmpeg = pkgs.ffmpeg;
tini = pkgs.tini;
su-exec = pkgs.su-exec;
in {
Expand Down Expand Up @@ -73,6 +74,7 @@
trunk
copier
liquidsoap
ffmpeg
];
};

Expand Down

0 comments on commit 3e3b58d

Please sign in to comment.