CLI tool for migrating PDS

fix: define RUST_SRC_PATH in the devshell

nel.pet 0689ed42 fee78b1d

verified
+1
+1
flake.nix
··· 22 22 rustfmt 23 23 rust-analyzer 24 24 ] ++ (prev.nativeBuildInputs or [ ]); 25 + RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; 25 26 }); 26 27 }); 27 28 };