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