diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-24 06:32:46 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-24 06:32:46 +0100 |
commit | 8bd8a2e33fda01bb5a7b6b03d7b5e384784ab58c (patch) | |
tree | 09dce5c0b940e42e12480fb820e290e7814bd1e4 /test.scm | |
parent | c8f33a66f352034ed60a2fe035a12913a6358406 (diff) |
Make test.scm depend on (guix packages)
Diffstat (limited to 'test.scm')
-rw-r--r-- | test.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -(define-module (channel test)) +(define-module (channel test) #:use-module (guix packages)) |