From 9da39d0aa151a01730388bb49e10b48e3246a0ea Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 31 Aug 2023 14:16:36 +0200 Subject: [PATCH] Revert "Switch to unstable Heroic launcher" This reverts commit 441bb817dc0005e8f8a5c4aeac3abc44af400465. --- instances/odin/hm.nix | 3 ++- instances/thor/hm.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/instances/odin/hm.nix b/instances/odin/hm.nix index fe548c0..6075f16 100644 --- a/instances/odin/hm.nix +++ b/instances/odin/hm.nix @@ -10,6 +10,7 @@ inherit (pkgs) # element-desktop # matrix client # freecad + heroic # minecraft # mycrypto # pcmanfm @@ -27,7 +28,7 @@ # gnome-sound-recorder # seahorse eog file-roller gnome-font-viewer gnome-screenshot gnome-system-monitor totem; - inherit (pkgs.unstable_pkgs) heroic postman skypeforlinux; + inherit (pkgs.unstable_pkgs) postman skypeforlinux; }; }; diff --git a/instances/thor/hm.nix b/instances/thor/hm.nix index af1d098..c04d3f4 100644 --- a/instances/thor/hm.nix +++ b/instances/thor/hm.nix @@ -12,6 +12,7 @@ # element-desktop # matrix client evolution # freecad + heroic # minecraft # mycrypto # pcmanfm @@ -29,7 +30,7 @@ # gnome-sound-recorder # seahorse eog file-roller gnome-font-viewer gnome-screenshot gnome-system-monitor totem; - inherit (pkgs.unstable_pkgs) heroic postman skypeforlinux; + inherit (pkgs.unstable_pkgs) postman skypeforlinux; }; };