From 7c6c47b1e49fa6ca6d69f30176115ce95786bb68 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 22 Jan 2019 11:17:53 +0100 Subject: [PATCH] local/bin/homeinit: Use guix-manifest.scm --- .local/bin/homeinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/homeinit b/.local/bin/homeinit index cbbe7236..74ed1208 100755 --- a/.local/bin/homeinit +++ b/.local/bin/homeinit @@ -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