mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: make more mac-compatible
This commit is contained in:
@@ -22,6 +22,6 @@ stdenv.mkDerivation {
|
||||
homepage = https://github.com/thameera/vimv;
|
||||
description = "Batch-rename files using Vim";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user