mediar-ai / screenpipe

rewind.ai x cursor.com = your AI assistant that has all the context. 24/7 screen & voice recording for the age of super intelligence. get your data ready or be left behind
https://screenpi.pe
MIT License
9.65k stars 568 forks source link

[question] Why don't you commit Cargo.lock #542

Closed happysalada closed 2 weeks ago

happysalada commented 1 month ago

your question Why are you not committing the Cargo.lock, is it because you mean to have screenpipe as a library rather than a standalone app ?

context Having a Cargo.lock committed would make it much easier to build from source.

linear[bot] commented 1 month ago

MED-223 [question] Why don't you commit Cargo.lock

louis030195 commented 1 month ago

your question Why are you not committing the Cargo.lock, is it because you mean to have screenpipe as a library rather than a standalone app ?

context Having a Cargo.lock committed would make it much easier to build from source.

"Having a Cargo.lock committed would make it much easier to build from source" why?

happysalada commented 1 month ago

I was looking at updating the dependency from nixpkgs. The way nix builds things it needs a lock file to determine exactly what is going to be built, it tries as much as possible to be deterministic. Being able to pull it from source is a standard process. Otherwise it needs to be manually generated and copied over to nixpkgs.