Revision fa85c43dcad6fbd0f7a7e72d2823e4b11c4b2d72 authored by Lars Bilke on 27 October 2023, 09:53:04 UTC, committed by Dmitry Yu. Naumov on 01 November 2023, 16:19:26 UTC
Only required for tests which are not build by guix.
1 parent 980e84e
Raw File
.guix-channel
;; This file lets us present this repo as a Guix channel.

(channel
  (version 0)
  (directory ".guix/modules"))  ;look for package modules under .guix/modules/
back to top