kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.34k stars 151 forks source link

chore(nix): update `flake.lock` #513

Closed xrelkd closed 3 months ago

xrelkd commented 3 months ago

Update Nix flake to solve the problem: https://github.com/kamiyaa/joshuto/actions/runs/8303354942/job/22727337031#step:4:1004

This allows us to use a newer rustc while compiling joshuto.

kamiyaa commented 3 months ago

Thanks! Yeah I wasn't sure why it was failing hmm

xrelkd commented 3 months ago

You may use

# update nix flake
nix flake update --commit-lock-file --commit-lockfile-summary 'chore(nix): update `flake.lock`'  

# build joshuto with nix
nix build

# test the executable
./result/bin/joshuto version

to update and test the Nix flake.