CLI tool for migrating PDS

fix: define RUST_SRC_PATH in the devshell

nel.pet 0689ed42 fee78b1d

verified
Changed files
+1
+1
flake.nix
···
rustfmt
rust-analyzer
] ++ (prev.nativeBuildInputs or [ ]);
+
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
});
});
};