From 71a6c1d1a5db7d0e3736e3df7577560c4e10076d Mon Sep 17 00:00:00 2001 From: Valentin Herrmann Date: Wed, 12 May 2021 07:41:01 +0200 Subject: [PATCH] Verwende spezifischen commit von guix --- guix.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index e21f36f..55879c5 100644 --- a/guix.scm +++ b/guix.scm @@ -1,13 +1,15 @@ (use-modules (guix packages) ((guix licenses) #:prefix license:) (guix build-system python) + (guix download) (gnu packages) (gnu packages pkg-config) (gnu packages python-xyz) (gnu packages python)) ;; this file allows reproducible builds -;; execute `guix environment -l guix.scm' to get an working environment +;; execute `guix time-machine --commit=e534919c1e6c15bf38475060a59e1c1b7b68fdf3 -- environment -l guix.scm' +;; to get an working environment (define-public python-mkdocs-material-6