Skip to content

Commit 343d41e

Browse files
authoredMar 12, 2025··
chore: update v1.0.0 (#4027)
- update input - fix unionvisor linking
2 parents c670c8f + 138ea0f commit 343d41e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
 

‎flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎unionvisor/unionvisor.nix

+6
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,13 @@
266266
];
267267

268268
configSymLinkCommands = pkgs.lib.concatMapStrings (l: ''
269+
export UNIONVISOR_BUNDLE="${cfg.bundle}"
270+
export UNIONVISOR_ROOT="${cfg.root}"
271+
export HOME="${cfg.home}"
269272
273+
cd "${cfg.root}"
274+
275+
pwd
270276
rm ./home/config/${l.name}
271277
ln -s ${l.path} ./home/config/${l.name}
272278

0 commit comments

Comments
 (0)
Please sign in to comment.