From df9ebc06b01f4fcfd791f11f761f93441b03aaaf Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sat, 2 Jan 2021 15:38:28 +0100 Subject: [PATCH] package-lists/guix-steam-gaming-manifest: Init. --- .package-lists/guix-steam-gaming-channels.scm | 30 +++++++++++++++++++ .package-lists/guix-steam-gaming-manifest.scm | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 .package-lists/guix-steam-gaming-channels.scm create mode 100644 .package-lists/guix-steam-gaming-manifest.scm diff --git a/.package-lists/guix-steam-gaming-channels.scm b/.package-lists/guix-steam-gaming-channels.scm new file mode 100644 index 00000000..b363ac0b --- /dev/null +++ b/.package-lists/guix-steam-gaming-channels.scm @@ -0,0 +1,30 @@ +(list (channel + (name 'nonguix) + (url "https://gitlab.com/nonguix/nonguix.git") + (commit + "f556834605e88fa17f830625a048325c439873c7") + (introduction + (make-channel-introduction + "897c1a470da759236cc11798f4e0a5f7d4d59fbc" + (openpgp-fingerprint + "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) + (channel + (name 'guix-gaming-games) + (url "https://gitlab.com/guix-gaming-channels/games.git") + (commit + "eb5f52a7f0c58c46aa4939435a3f654dec545b83") + (introduction + (make-channel-introduction + "c23d64f1b8cc086659f8781b27ab6c7314c5cca5" + (openpgp-fingerprint + "50F3 3E2E 5B0C 3D90 0424 ABE8 9BDC F497 A4BB CC7F")))) + (channel + (name 'guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (commit + "0b27fdf8e8392fa21aa24b0b3229305088532393") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) diff --git a/.package-lists/guix-steam-gaming-manifest.scm b/.package-lists/guix-steam-gaming-manifest.scm new file mode 100644 index 00000000..1ceecd46 --- /dev/null +++ b/.package-lists/guix-steam-gaming-manifest.scm @@ -0,0 +1,2 @@ +(specifications->manifest + '("steam"))