unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob c6c5866a174f260c5064ca234ba9c9b5d70c554a 693 bytes (raw)
name: doc/he-config-bare-bones.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
(use-modules (gnu home)
             (gnu home-services)
             (gnu services shells)
             (gnu services)
             (gnu packages admin)
             (guix gexp))


(home-environment
 (packages (list htop))
 (services
  (list
   (service home-bash-service-type
            (home-bash-configuration
             (guix-defaults? #t)
             (bash-profile '("\
export HISTFILE=$XDG_CACHE_HOME/.bash_history"))))

   (simple-service 'test-config
                   home-files-service-type
                   (list `("config/test.conf"
                           ,(plain-file "tmp-file.txt"
                                        "the content of ~/.config/test.conf")))))))


debug log:

solving c6c5866a17 ...
found c6c5866a17 in https://yhetil.org/guix-patches/20211002134603.6229-6-go.wigust@gmail.com/
found 01be46a7b0 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 01be46a7b081512c2b170f9ea552ea1a1c99523f	doc/he-config-bare-bones.scm

applying [1/1] https://yhetil.org/guix-patches/20211002134603.6229-6-go.wigust@gmail.com/
diff --git a/doc/he-config-bare-bones.scm b/doc/he-config-bare-bones.scm
index 01be46a7b0..c6c5866a17 100644

Checking patch doc/he-config-bare-bones.scm...
Applied patch doc/he-config-bare-bones.scm cleanly.

index at:
100644 c6c5866a174f260c5064ca234ba9c9b5d70c554a	doc/he-config-bare-bones.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).