Fix nixarr command bug

This commit is contained in:
rasmus-kirk
2025-06-16 08:53:16 +02:00
parent 4a4f2f761d
commit a1d152a114
+1 -1
View File
@@ -210,6 +210,6 @@ with lib; let
esac esac
''; '';
}; };
in { in mkIf nixarr.enable {
config.environment.systemPackages = [nixarr-command]; config.environment.systemPackages = [nixarr-command];
} }