1

Fix missing lib qualifier

This commit is contained in:
2023-07-12 19:02:09 +02:00
parent 9c489f5002
commit ecf4efc15c

View File

@ -41,7 +41,7 @@ rec {
}; };
# Use mkForce to not pull the entire ballast from /home/christoph/default.nix # Use mkForce to not pull the entire ballast from /home/christoph/default.nix
home.packages = with pkgs; mkForce [ home.packages = with pkgs; lib.mkForce [
ffmpeg_5-full # v5, including ffplay ffmpeg_5-full # v5, including ffplay
imagemagick # Convert image (magic) imagemagick # Convert image (magic)
unrar unrar