Skip to content

Commit f39ce61

Browse files
committed
Add todos and [ci] for good measure
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
1 parent 180665b commit f39ce61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/nix/setup_nix/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ runs:
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"

0 commit comments

Comments
 (0)