Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: justfile & nushell - should use absolute path #146

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

ryan4yin
Copy link
Owner

@ryan4yin ryan4yin commented Jul 31, 2024

Error:

› just fe
sudo python3 scripts/darwin_set_proxy.py
launchctl unload /Library/LaunchDaemons/org.nixos.nix-daemon.plist
launchctl load /Library/LaunchDaemons/org.nixos.nix-daemon.plist
sleep 1sec
Error: nu::parser::module_not_found

  × Module not found.
     ╭─[/private/var/folders/b7/prh1plw95dlb6jgnbmkpkltw0000gn/T/just-T1454a/fe:134:5]
 133 │
 134 │ use utils.nu *;
     ·     ────┬───
     ·         ╰── module utils.nu not found
 135 │ darwin-build "fern" default;
     ╰────
  help: module files and their paths must be available before your script is run as parsing occurs before anything is evaluated

error: Recipe `fe` failed with exit code 1

@ryan4yin ryan4yin merged commit 59a4684 into main Jul 31, 2024
@ryan4yin ryan4yin deleted the fix-justfile branch July 31, 2024 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant