update flake inputs

This commit is contained in:
Denis Lehmann 2023-02-14 21:24:20 +01:00
parent 1fea7028ed
commit 323540641f
2 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@
pkgs = nixpkgs.legacyPackages.${system};
# Use mpv with scripts
mpv = (pkgs.mpv-with-scripts.override {
mpv = (pkgs.mpv.override {
scripts = [
pkgs.mpvScripts.mpris
];