update guix config

This commit is contained in:
Giacomo Leidi 2024-01-28 21:50:00 +01:00
parent e381c1b522
commit bf1c18f347
No known key found for this signature in database
GPG Key ID: AED41CC193B701E2
2 changed files with 12 additions and 10 deletions

View File

@ -10,7 +10,7 @@
(name 'guix) (name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git") (url "https://git.savannah.gnu.org/git/guix.git")
(commit (commit
"e7403acb345a59d580607fbfe7ef2aa0c410767a") "08ed3ec64ecd571d92d497b2493f5c0225102c99")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"afb9f2752315f131e4ddd44eba02eed403365085" "afb9f2752315f131e4ddd44eba02eed403365085"

View File

@ -1,12 +1,14 @@
(use-modules (guix git-download) (define-module (guix)
(guix build-system python) #:use-module (guix git-download)
(guix gexp) #:use-module (guix build-system python)
(guix packages) #:use-module (guix gexp)
(guix utils) #:use-module (guix packages)
(gnu packages markup) ;; for python-markdownify #:use-module (guix utils)
(mobilizon-reshare package) #:use-module (gnu packages markup) ;; for python-markdownify
(ice-9 rdelim) #:use-module (mobilizon-reshare package)
(ice-9 popen)) #:use-module (mobilizon-reshare dependencies)
#:use-module (ice-9 rdelim)
#:use-module (ice-9 popen))
(define %source-dir (getcwd)) (define %source-dir (getcwd))