File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
.github/actions/nix/setup_nix Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 9191 # we use rsync here because it's simply faster to install
9292 rsync -avi /cache/nix/$cache_key/.nix-* $HOME/
9393 rsync -avi "/cache/nix/$cache_key/nix" $HOME/.config/
94+ # TODO (#2663): fix & uncomment these two lines
9495 # rsync -avi "/cache/nix/$cache_key/nix_store/var/" /nix/var
9596 # sudo mount --bind /cache/nix/$cache_key/nix_store/store /nix/store
9697 else
@@ -193,6 +194,7 @@ runs:
193194
194195 #requires to preserve read only during clone
195196 sudo ${CLONE_COMMAND} /nix/store/ /cache/nix/$cache_key/nix_store/store
197+ # TODO (#2663): fix & uncomment this line
196198 # sudo ${CLONE_COMMAND} /nix/var/ "/cache/nix/$cache_key/nix_store/var"
197199
198200 echo "done" > "/cache/nix/$cache_key/cached"
You can’t perform that action at this time.
0 commit comments