wip: caching
This commit is contained in:
parent
f2c3cc0ae0
commit
4be96d60b2
2 changed files with 21 additions and 0 deletions
11
_scripts/upload_to_cache.sh
Executable file
11
_scripts/upload_to_cache.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "here"
|
||||
set -eu
|
||||
set -f # disable globbing
|
||||
export IFS=' '
|
||||
|
||||
echo "Uploading paths" $OUT_PATHS
|
||||
|
||||
|
||||
#exec /nix/var/nix/profiles/default/bin/nix copy --to "https://nix-cache.skynet.ie" $OUT_PATHS
|
Loading…
Add table
Add a link
Reference in a new issue