summaryrefslogtreecommitdiff
path: root/test-vm.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-17 14:46:30 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-17 14:46:30 -0400
commit6a00e216d21bf953b9a8d8d505f131edd65a27de (patch)
tree54ae4eb262697e596573f68764d41aa0fb00fe6f /test-vm.nix
parent58e37fc28b5907cd3cf360f55710f69c8beeb954 (diff)
stow --no-folding doesn"t work with --dotfiles
Diffstat (limited to 'test-vm.nix')
-rw-r--r--test-vm.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-vm.nix b/test-vm.nix
index 9e7afe0..359e081 100644
--- a/test-vm.nix
+++ b/test-vm.nix
@@ -56,6 +56,8 @@ in
cd ~orbekk
cp -r ${dotfiles} dotfiles
# git clone ${dotfiles} dotfiles
+ cd dotfiles
+ ./setup.sh
'';
serviceConfig = {
User = "orbekk";