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
fix: define RUST_SRC_PATH in the devshell
nel.pet
7 months ago
0689ed42
fee78b1d
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
1/1
build.yml
success
4m 33s
+1
1 changed file
expand all
collapse all
unified
split
flake.nix
+1
flake.nix
reviewed
···
22
22
rustfmt
23
23
rust-analyzer
24
24
] ++ (prev.nativeBuildInputs or [ ]);
25
25
+
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
25
26
});
26
27
});
27
28
};