Iterate through required paths in for loop

finchie
Aug 26, 2025, 6:38 AM
TNROD27HBD3DTFNEY72PO43YCXIP4G4CH5WQV4VTT6SJ7UN5YMOAC

Dependencies

  • [2] HINOSPQO Add simple nushell update script
  • [3] PU57TJQJ Fix topgrade by spawning with `nix-shell --run`
  • [4] FU7S4JHV Add script to ensure Rust nightly version stays in sync
  • [5] PDZ67CX7 Move Nushell scripts inside of `src/`

Change contents

  • replacement in src/rebuild.nu at line 29
    [2.738][4.167:243]()
    $required_paths | each {|required_path| assert_path_exists $required_path};
    [2.738]
    [2.813]
    for required_path in $required_paths {
    assert_path_exists $required_path;
    }
  • edit in src/rebuild.nu at line 83
    [3.119][3.119:120]()