1

Fix missing lib qualifier

This commit is contained in:
2023-07-12 19:02:09 +02:00
parent 51846f31f1
commit e3ef71d36a

View File

@ -41,7 +41,7 @@ rec {
};
# 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
imagemagick # Convert image (magic)
unrar