unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maya via Guix-patches via <guix-patches@gnu.org>
To: 55000@debbugs.gnu.org
Subject: [bug#55000] [PATCH] gnu: Fix incorrect path in home-fish-service
Date: Sun, 17 Apr 2022 19:05:48 +0000	[thread overview]
Message-ID: <uL5oOeLOQqmJ7TQKaXv-010rwqPGjhP8RBA46FojbsocqLBezWis3XGe5_hmxg6RcTUN2kW9q7SwahPL1fH6d6rOYsgsetkUwpg96nuwymE=@protonmail.com> (raw)

I haven't found any info on this and I wasn't sure if I should open a bug report. I believe this is a bug in the home-fish-service, as guix home copies the configuration file to "~/config/fish/config.fish" but the path where fish looks for is "~/.config/fish/config.fish"

Other than that it functions correctly, it must've been a mistake as one rarely changes this file and once in the right place, it works perfectly. Without it though, the guix home is non-functional.

Regards,
Maya
---
 gnu/home/services/shells.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm
index d96c951cd8..fd0a8397f6 100644
--- a/gnu/home/services/shells.scm
+++ b/gnu/home/services/shells.scm
@@ -586,7 +586,7 @@ (define-configuration home-fish-configuration
    serialize-fish-abbreviations))

 (define (fish-files-service config)
-  `(("config/fish/config.fish"
+  `((".config/fish/config.fish"
      ,(mixed-text-file
        "fish-config.fish"
        #~(string-append "\
--
2.35.1




             reply	other threads:[~2022-04-17 21:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17 19:05 Maya via Guix-patches via [this message]
2022-04-28 21:59 ` bug#55000: [PATCH] gnu: Fix incorrect path in home-fish-service Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='uL5oOeLOQqmJ7TQKaXv-010rwqPGjhP8RBA46FojbsocqLBezWis3XGe5_hmxg6RcTUN2kW9q7SwahPL1fH6d6rOYsgsetkUwpg96nuwymE=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=55000@debbugs.gnu.org \
    --cc=maya.omase@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).