aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
blob: 10a7cec05980e6c5aa1f0d9d88966ee6702995b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;; SPDX-License-Identifier: CC0-1.0

;; Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
;;
;; Available under the terms of Creative Commons Zero v1.0 Universal.

;; We need the actual hydrilla package to be defined in a module so that we can
;; specify it to guix-pack. Hence, the bulk of definitions resides in
;; `hydrilla-guix/hydrilla.scm` and this file is just a thin wrapper around
;; that.

(add-to-load-path (string-append (dirname (current-filename)) "/hydrilla-guix"))

(use-modules (hydrilla))

hydrilla