mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
nix-on-droid, tests: use /data/local/tmp/n-o-d
This commit is contained in:
parent
6ef3f8ff07
commit
5c87fc7357
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@ _setup() {
|
|||
local repoName=${BASH_REMATCH[2]}
|
||||
local repoBranch=${BASH_REMATCH[3]}
|
||||
FLAKE_URL=github:$repoUser/$repoName/$repoBranch
|
||||
elif [[ "$channelUrl" == file:///n-o-d/archive.tar.gz ]]; then
|
||||
FLAKE_URL=/n-o-d/unpacked
|
||||
elif [[ "$channelUrl" == file:///data/local/tmp/n-o-d/archive.tar.gz ]]
|
||||
then
|
||||
FLAKE_URL=/data/local/tmp/n-o-d/unpacked
|
||||
else
|
||||
FLAKE_URL="$channelUrl"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue