guix: store builds in ./guix

This commit is contained in:
tobtoht 2023-03-17 14:56:03 +01:00
parent 1f50cd6335
commit 832dda5b59
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -16,6 +16,6 @@ src/assets_tor.qrc
feather.AppDir/*
src/assets/tor/*
!src/assets/tor/.gitkeep
guix-build-*
contrib/installers/windows/setup.nsi
githash.txt
guix/guix-build-*

View file

@ -69,7 +69,7 @@ VERSION="${FORCE_VERSION:-$(git_head_version)}"
DISTNAME="${DISTNAME:-feather-${VERSION}}"
VERSION_BASE_DIR="${VERSION_BASE_DIR:-${PWD}}"
version_base_prefix="${VERSION_BASE_DIR}/guix-build-"
version_base_prefix="${VERSION_BASE_DIR}/guix/guix-build-"
VERSION_BASE="${version_base_prefix}${VERSION}" # TOP
DISTSRC_BASE="${DISTSRC_BASE:-${VERSION_BASE}}"