mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
ci: fix manual build in sourcehut build
This commit is contained in:
parent
d179da4e81
commit
e4611630c3
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ environment:
|
||||||
NIX_CONFIG: "experimental-features = nix-command flakes"
|
NIX_CONFIG: "experimental-features = nix-command flakes"
|
||||||
packages:
|
packages:
|
||||||
- nixos.cachix
|
- nixos.cachix
|
||||||
|
- nixos.jq
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
cachix use rycee
|
cachix use rycee
|
||||||
|
@ -26,7 +27,7 @@ tasks:
|
||||||
if [[ $gitBranch == master ]]; then
|
if [[ $gitBranch == master ]]; then
|
||||||
dirName="unstable"
|
dirName="unstable"
|
||||||
else
|
else
|
||||||
dirName="$(cat .release)"
|
dirName="$(jq -r .release < release.json)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rsync --delete -r --info=stats \
|
rsync --delete -r --info=stats \
|
||||||
|
|
Loading…
Reference in a new issue