blob 68322b6b4610ce2cab7e90865c66670c285052ed 495 bytes (raw)
name: talks/jres-2022/src/example/config-vm-2.scm # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
| | (use-modules (gnu) (guix) (srfi srfi-1))
(use-service-modules desktop mcron networking xorg)
(use-package-modules certs fonts xorg)
(operating-system
[...]
(packages (append (list font-bitstream-vera nss-certs)
%base-packages))
(services
(append (list (service xfce-desktop-service-type)
(simple-service 'cron-jobs mcron-service-type
(list auto-update-resolution-crutch))
(service dhcp-client-service-type)))))
|
debug log:
solving 68322b6 ...
found 68322b6 in https://yhetil.org/guix-patches/20220620035132.3461-1-zimon.toutoune@gmail.com/
applying [1/1] https://yhetil.org/guix-patches/20220620035132.3461-1-zimon.toutoune@gmail.com/
diff --git a/talks/jres-2022/src/example/config-vm-2.scm b/talks/jres-2022/src/example/config-vm-2.scm
new file mode 100644
index 0000000..68322b6
Checking patch talks/jres-2022/src/example/config-vm-2.scm...
Applied patch talks/jres-2022/src/example/config-vm-2.scm cleanly.
index at:
100644 68322b6b4610ce2cab7e90865c66670c285052ed talks/jres-2022/src/example/config-vm-2.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).