[PR #146] [MERGED] fix: justfile & nushell - should use absolute path #164

Closed
opened 2025-12-29 04:21:48 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: fix-justfile


📝 Commits (1)

  • 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>
adam added the pull-request label 2025-12-29 04:21:48 +01:00
adam closed this issue 2025-12-29 04:21:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config-ryan4yin#164