tangled
alpha
login
or
join now
nel.pet
/
pds-migrate
6
fork
atom
CLI tool for migrating PDS
6
fork
atom
overview
issues
pulls
pipelines
and with the lock file directly
nel.pet
8 months ago
ebf410b0
1aaae575
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
0/1
build.yml
failed
3min 4s
+3
-1
1 changed file
expand all
collapse all
unified
split
nix
package.nix
+3
-1
nix/package.nix
···
8
8
version = "0.1.0";
9
9
10
10
src = ../.;
11
11
-
cargoHash = "sha256-6uUm7+bNf3MHkXZljsxMbAOEyhl4xSukIM/XzAugGYY=";
11
11
+
cargoLock = {
12
12
+
lockFile = ../Cargo.lock;
13
13
+
};
12
14
13
15
nativeBuildInputs = [
14
16
pkg-config