bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56610: Guix Home placing dotfiles in wrong directory.


From: Raghav Gururajan
Subject: bug#56610: Guix Home placing dotfiles in wrong directory.
Date: Sun, 17 Jul 2022 03:07:57 -0400

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: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]