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
Try to use lorri watch in a project with a flake (e.g. LnL7/nix-darwin)
Nov 16 12:02:36.796 ERRO Exit {
cmd: "cd \"/Users/alan/projects/github.com/lnl7/nix-darwin\" && \"nix\" \"store\" \"add-file\" \"/var/folders/pc/qbb_zqd968z2j9wwkvtg7vv00000gn/T/.tmpKSQpFz/bash-export\"",
status: Some(
1,
),
logs: [
LogLine(
"Text(\"error: path \'/var\' is a symlink\")",
),
],
}
Expected behavior
lorri should resolve links before calling nix store
Metadata
$ lorri infoNov 16 12:06:54.730 ERRO error: either --shell-file or --flake is required
$ lorri info --flake .Project Shell File: /Users/alan/projects/github.com/lnl7/nix-darwin/flake.nixProject Garbage Collector Root: GC roots do not exist. Has the project been built with lorri yet?General:Lorri User GC Root Dir: /Users/alan/Library/Caches/com.github.nix-community.lorri.lorri.lorri/gc_rootsLorri Daemon Socket: /Users/alan/Library/Caches/com.github.nix-community.lorri.lorri.lorri/daemon.socketLorri Daemon Status: `lorri daemon` is running
$ uname -aDarwin marvin 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:06:57 PDT 2024; root:xnu-11215.41.3~3/RELEASE_ARM64_T6041 arm64
Additional context
I have no idea where macOS sets $TMPDIR, otherwise I'd consider changing that.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
$TMPDIR
lorri watch
in a project with a flake (e.g. LnL7/nix-darwin)Expected behavior
lorri should resolve links before calling
nix store
Metadata
Additional context
I have no idea where macOS sets
$TMPDIR
, otherwise I'd consider changing that.The text was updated successfully, but these errors were encountered: