Iterate through required paths in for loop
Dependencies
- [2]
HINOSPQOAdd simple nushell update script - [3]
PU57TJQJFix topgrade by spawning with `nix-shell --run` - [4]
FU7S4JHVAdd script to ensure Rust nightly version stays in sync - [5]
PDZ67CX7Move Nushell scripts inside of `src/`
Change contents
- replacement in src/rebuild.nu at line 29
$required_paths | each {|required_path| assert_path_exists $required_path};for required_path in $required_paths {assert_path_exists $required_path;} - edit in src/rebuild.nu at line 83