local/bin/homeinit: Use guix-manifest.scm

master
Pierre Neidhardt 2019-01-22 11:17:53 +01:00
parent 41992e4f3a
commit 7c6c47b1e4
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if command -v guix >/dev/null 2>&1; then
## TODO: The manifest will uninstall other unspecified packages. Is this
## really what we want?
export GUIX_PACKAGE_PATH=$HOME/.guix-packages
guix package --manifest=$HOME/.package-lists/guix --keep-failed
guix package --manifest=$HOME/.package-lists/guix-manifest.scm --keep-failed
elif command -v pacman >/dev/null 2>&1; then
pacman_list=""
if [ -f ~/.package-lists/arch-official ]; then