ntfs2btrfs: set updateScript

This commit is contained in:
Nishimara
2024-12-14 05:07:37 +03:00
parent 9a5c9fb074
commit aaa48a9065
+6 -1
View File
@@ -2,10 +2,13 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
cmake,
pkg-config,
fmt,
lzo,
pkg-config,
zlib,
zstd,
}:
@@ -33,6 +36,8 @@ stdenv.mkDerivation rec {
zstd
];
passthru.updateScript = nix-update-script { };
meta = {
description = "CLI tool which does in-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs";
homepage = "https://github.com/maharmstone/ntfs2btrfs";