unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 56610@debbugs.gnu.org
Cc: "Ludovic Courtès" <ludo@gnu.org>, andrew@trop.in
Subject: bug#56610: Guix Home placing dotfiles in wrong directory.
Date: Sun, 17 Jul 2022 03:07:57 -0400	[thread overview]
Message-ID: <4f8337c4-4623-7c0f-5c48-8d1f14c08567@raghavgururajan.name> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 693 bytes --]

Hello Guix,

home-files-service-type is placing configuration files in `~/config/foo` 
instead of `~/.config/foo`.

For example, the following guix-home service should place the git 
configuration in ~/.config/git`. But it creates a new directory 
`~/config/git` and places the file there.

     (simple-service 'git-config
                     home-files-service-type
                     (list
                      `("config/git/config"
                        ,(local-file
                          (string-append (getenv "HOME")
                                         "/dotfiles/git/config")))))

It started happening recently, so will try to bisect.

Regards,
RG.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

             reply	other threads:[~2022-07-17  7:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-17  7:07 Raghav Gururajan via Bug reports for GNU Guix [this message]
2022-07-17  8:34 ` bug#56610: Guix Home placing dotfiles in wrong directory Oleg Pykhalov
2022-07-18  6:31 ` Andrew Tropin

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=4f8337c4-4623-7c0f-5c48-8d1f14c08567@raghavgururajan.name \
    --to=bug-guix@gnu.org \
    --cc=56610@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=ludo@gnu.org \
    --cc=rg@raghavgururajan.name \
    /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).