From b73763c6f89b8ed47f8ae451dfce37a8a2ab47df Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 29 Sep 2023 15:40:55 +0200 Subject: [PATCH] change steamdeck jovian version --- hosts/steamdeck.cloonar.com/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/steamdeck.cloonar.com/configuration.nix b/hosts/steamdeck.cloonar.com/configuration.nix index 6139342..3cf8c05 100644 --- a/hosts/steamdeck.cloonar.com/configuration.nix +++ b/hosts/steamdeck.cloonar.com/configuration.nix @@ -4,7 +4,7 @@ imports = [ ( # Put the most recent revision here: - let revision = "5cb5c5cbac8fc83aa62d8968c58a7ef556342b39"; in + let revision = "23a04239f751f4bf87d0dd2f4c15220d55eef970"; in builtins.fetchTarball { url = "https://github.com/Jovian-Experiments/Jovian-NixOS/archive/${revision}.tar.gz"; # Update the hash as needed: