CLI tool for migrating PDS

and with the lock file directly

nel.pet ebf410b0 1aaae575

verified
Changed files
+3 -1
nix
+3 -1
nix/package.nix
···
version = "0.1.0";
src = ../.;
-
cargoHash = "sha256-6uUm7+bNf3MHkXZljsxMbAOEyhl4xSukIM/XzAugGYY=";
+
cargoLock = {
+
lockFile = ../Cargo.lock;
+
};
nativeBuildInputs = [
pkg-config