about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/shiki.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 95e35972..3b9c04d6 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -125,6 +125,10 @@ in {
       auto-optimise-store = true
     '';
 
+    nixpkgs.config.allowUnfreePredicate = pkg: lib.elem (lib.getName pkg) [
+      "mpv-convert-script"
+    ];
+
     ##########
     # Network