diff --git a/.package-lists/guix-gaming-channels.scm b/.package-lists/guix-gaming-channels.scm new file mode 100644 index 00000000..de216a2e --- /dev/null +++ b/.package-lists/guix-gaming-channels.scm @@ -0,0 +1,25 @@ +(list (channel + (name 'nonguix) + (url "https://gitlab.com/nonguix/nonguix.git") + (commit + "c1524a63e2ff8941a128edfacd684eb32794d866")) + (channel + (name 'guix-gaming-games) + (url "https://gitlab.com/guix-gaming-channels/games.git") + (commit + "99b6b584c08104c9705ae5afe66e25fe53d01e0d")) + (channel + (name 'guix-gaming-duke-nukem-3d) + (url "https://gitlab.com/guix-gaming-channels/duke-nukem-3d.git") + (commit + "ab13db32b35c4eb043a0f8d66b47c700373ff2a8")) + (channel + (name 'guix-gaming-quake-3) + (url "https://gitlab.com/guix-gaming-channels/quake-3.git") + (commit + "25135247e5b3bef70f43c50692177f024b09512b")) + (channel + (name 'guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (commit + "223492f35025215f2ea07f61a75e53b96794e6ed"))) diff --git a/.package-lists/guix-gaming-manifest.scm b/.package-lists/guix-gaming-manifest.scm new file mode 100644 index 00000000..32600bf1 --- /dev/null +++ b/.package-lists/guix-gaming-manifest.scm @@ -0,0 +1,9 @@ +(specifications->manifest + '(;; "fez" + "ftl-faster-than-light" + "kingdomcome-deliverance" + "openmw" + "openrct2" + "pingus" + "supertux" + "the-dark-mod"))