2ca4517 fix: justfile & nushell - should use absolute path
📊 Changes
1 file changed (+22 additions, -20 deletions)
View changed files
📝Justfile (+22 -20)
📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/ryan4yin/nix-config/pull/146
**Author:** [@ryan4yin](https://github.com/ryan4yin)
**Created:** 7/31/2024
**Status:** ✅ Merged
**Merged:** 7/31/2024
**Merged by:** [@ryan4yin](https://github.com/ryan4yin)
**Base:** `main` ← **Head:** `fix-justfile`
---
### 📝 Commits (1)
- [`2ca4517`](https://github.com/ryan4yin/nix-config/commit/2ca4517e4bc59dd032cb701446ab64b5dcafb774) fix: justfile & nushell - should use absolute path
### 📊 Changes
**1 file changed** (+22 additions, -20 deletions)
<details>
<summary>View changed files</summary>
📝 `Justfile` (+22 -20)
</details>
### 📄 Description
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
```
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/ryan4yin/nix-config/pull/146
Author: @ryan4yin
Created: 7/31/2024
Status: ✅ Merged
Merged: 7/31/2024
Merged by: @ryan4yin
Base:
main← Head:fix-justfile📝 Commits (1)
2ca4517fix: justfile & nushell - should use absolute path📊 Changes
1 file changed (+22 additions, -20 deletions)
View changed files
📝
Justfile(+22 -20)📄 Description
Error:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.