summaryrefslogtreecommitdiff
path: root/test-vm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test-vm.nix')
-rw-r--r--test-vm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-vm.nix b/test-vm.nix
index 19a34df..95c80b1 100644
--- a/test-vm.nix
+++ b/test-vm.nix
@@ -66,7 +66,7 @@ in
script = ''
cd ~orbekk
# cp -r ${dotfiles} dotfiles
- git clone ${dotfiles} dotfiles
+ git clone https://github.com/orbekk/dotfiles.git dotfiles
./dotfiles/setup.sh fast
'';
serviceConfig = {