You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your code currently unconditionally tries to get the USER environment variable which results in a program abort. That happens if you nixos-rebuild --target-machine [somewhere].
Full log:
thread 'main' panicked at src/main.rs:18:10:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Mynacol
changed the title
Panick if no USER variable is set
Panic if no USER variable is set
Apr 21, 2024
Mynacol
changed the title
Panic if no USER variable is set
Panic if no USER variable is set
Apr 21, 2024
Your code currently unconditionally tries to get the
USER
environment variable which results in a program abort. That happens if younixos-rebuild --target-machine [somewhere]
.Full log:
The text was updated successfully, but these errors were encountered: