1
0
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:
2024-03-12 14:40:56 +01:00
parent 8c12edfdb9
commit 8b7745f473
3 changed files with 29 additions and 24 deletions

View File

@@ -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;
};
}