1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 09:58:32 +02:00

ci: fix manual build in sourcehut build

This commit is contained in:
Robert Helgesson 2024-05-26 01:25:03 +02:00
parent d179da4e81
commit e4611630c3
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED

View File

@ -9,6 +9,7 @@ environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
packages:
- nixos.cachix
- nixos.jq
tasks:
- setup: |
cachix use rycee
@ -26,7 +27,7 @@ tasks:
if [[ $gitBranch == master ]]; then
dirName="unstable"
else
dirName="$(cat .release)"
dirName="$(jq -r .release < release.json)"
fi
rsync --delete -r --info=stats \