mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-13 10:10:45 +01:00
* Move scheduler.py into scripts/ . * docker: Python scheduler image. * Update channels-lock.scm. * Use tortoise 0.18.1 and aerich 0.6.2. * Use fishinthecalculator/publish-docker-image-action@v0.1.10 . * Make intervals configurable. * Add platforms to README.md .
14 lines
352 B
Scheme
14 lines
352 B
Scheme
(use-modules (guix channels))
|
|
|
|
(list
|
|
(channel
|
|
(name 'guix)
|
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
|
(commit
|
|
"1121fa432f0e6422d5f9ebb96fb0014c4d5231f5")
|
|
(introduction
|
|
(make-channel-introduction
|
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
|
(openpgp-fingerprint
|
|
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
|