diff options
| author | Arun Isaac | 2026-03-21 20:29:51 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-03-22 20:30:05 +0000 |
| commit | 2886b641feb4b6e1ba62cb6fb1379b23f7550752 (patch) | |
| tree | 4a87427718e0137cd19ad802b91cd00a4bc1d6d1 | |
| parent | ec9c593cb7cd8ae9c51d1ba4a203abedc00d0878 (diff) | |
| download | guix-arunisaac-2886b641feb4b6e1ba62cb6fb1379b23f7550752.tar.gz guix-arunisaac-2886b641feb4b6e1ba62cb6fb1379b23f7550752.tar.lz guix-arunisaac-2886b641feb4b6e1ba62cb6fb1379b23f7550752.zip | |
Depend on the guix-forge channel.
We need the forge-nginx-service-type from guix-forge for the upcoming meetfree-service-type. Change-Id: I570f7f2998f8fcc3d756195bc0fd26ec81bd0f9b
| -rw-r--r-- | .guix-channel | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..fc595af --- /dev/null +++ b/.guix-channel @@ -0,0 +1,13 @@ +(channel + (version 0) + (dependencies + (channel + (name guix-forge) + (url "https://git.systemreboot.net/guix-forge/") + (branch "main") + (introduction + (channel-introduction + (version 0) + (commit "0432e37b20dd678a02efee21adf0b9525a670310") + (signer + "7F73 0343 F2F0 9F3C 77BF 79D3 2E25 EE8B 6180 2BB3")))))) |
