emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52808: closed (Guix home should not assume that all targets are dot


From: GNU bug Tracking System
Subject: bug#52808: closed (Guix home should not assume that all targets are dot files)
Date: Sun, 20 Mar 2022 18:08:01 +0000

Your message dated Sun, 20 Mar 2022 19:07:26 +0100
with message-id <87mthklcpt.fsf@gnu.org>
and subject line Re: bug#52808: Guix home should not assume that all targets 
are dot files
has caused the debbugs.gnu.org bug report #52808,
regarding Guix home should not assume that all targets are dot files
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52808: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52808
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Guix home should not assume that all targets are dot files Date: Sun, 26 Dec 2021 12:17:27 -0500 User-agent: Cyrus-JMAP/3.5.0-alpha0-4525-g8883000b21-fm-20211221.001-g8883000b
The following configuration results in a `~/.run` symlink being created. My expectation is that a `~/run` symlink is created instead. (ie. not a dotfile)

(home-environment
  (services
    (list (service
            home-bash-service-type
            (home-bash-configuration
          (guix-defaults? #t)))
      (simple-service 'my-files
              home-files-service-type
              `(("run" ,(local-file "run")))))))

This applies to all other targets. My expectation is that the configuration should expect the exact target and not make an assumption that all targets are hidden files, since that allows for more utility:

(home-environment
  (services
    (list (service
            home-bash-service-type
            (home-bash-configuration
              (guix-defaults? #t)))
          (simple-service 'config-files
              home-files-service-type
              `(("run" ,(local-file "run"))
                ("README.txt" ,(local-file "README.txt"))
                (".config/guix/channels.scm" ,(local-file "config/guix
                (".emacs.d/init.el" ,(local-file "emacs.d/init.el"))
                (".vimrc" ,(local-file "vimrc"))
                (".gitconfig" ,(local-file "gitconfig")))))))

Thank you,

-Nick


--- End Message ---
--- Begin Message --- Subject: Re: bug#52808: Guix home should not assume that all targets are dot files Date: Sun, 20 Mar 2022 19:07:26 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi Andrew,

I finally got around to committing it as
6da2a5a5655668f42ec5b26f875ddbc498e132b6.  Thank you!

Ludo’.


--- End Message ---

reply via email to

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