fix: forced Cargo to use lock file on install

This commit is contained in:
Nate Duncan 2025-03-24 18:05:57 -05:00 committed by Jeremy Wall
parent 6090042327
commit 0177ed0847

View File

@ -11,7 +11,7 @@ nix profile install github:zaphar/sheetsui
### Cargo ### Cargo
```sh ```sh
cargo install --git https://github.com/zaphar/sheetsui cargo install --git https://github.com/zaphar/sheetsui --locked
``` ```
## Running ## Running