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
ac61d6b095
commit
6c4f4aa81e
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@ _setup() {
|
||||||
local repoName=${BASH_REMATCH[2]}
|
local repoName=${BASH_REMATCH[2]}
|
||||||
local repoBranch=${BASH_REMATCH[3]}
|
local repoBranch=${BASH_REMATCH[3]}
|
||||||
FLAKE_URL=github:$repoUser/$repoName/$repoBranch
|
FLAKE_URL=github:$repoUser/$repoName/$repoBranch
|
||||||
elif [[ "$channelUrl" == file:///n-o-d/archive.tar.gz ]]; then
|
elif [[ "$channelUrl" == file:///data/local/tmp/n-o-d/archive.tar.gz ]]
|
||||||
FLAKE_URL=/n-o-d/unpacked
|
then
|
||||||
|
FLAKE_URL=/data/local/tmp/n-o-d/unpacked
|
||||||
else
|
else
|
||||||
FLAKE_URL="$channelUrl"
|
FLAKE_URL="$channelUrl"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue