-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97ab8b5
commit 31f9eda
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
(append | ||
(list (channel | ||
(name 'small-guix) | ||
(url "https://gitlab.com/orang3/small-guix") | ||
;; Enable signature verification: | ||
(introduction | ||
(make-channel-introduction | ||
"940e21366a8c986d1e10a851c7ce62223b6891ef" | ||
(openpgp-fingerprint | ||
"D088 4467 87F7 CBB2 AE08 BE6D D075 F59A 4805 49C3")))) | ||
(channel | ||
(name 'pot) | ||
(url "https://github.com/fishinthecalculator/pot") | ||
(branch "main") | ||
;; Enable signature verification: | ||
(introduction | ||
(make-channel-introduction | ||
"10ed759852825149eb4b08c9b75777111a92048e" | ||
(openpgp-fingerprint | ||
"97A2 CB8F B066 F894 9928 CF80 DE9B E0AC E824 6F08"))))) | ||
%default-guix-channels) |