From 8b319073bf4bdc947dc7c0fc5151939dbc74996a Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 20 May 2024 10:43:26 +0200 Subject: [PATCH] test hydra jobs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4623786..f4b09c4 100644 --- a/flake.nix +++ b/flake.nix @@ -69,8 +69,8 @@ security.sudo.execWheelOnly = true; } ); + hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; }; - hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; }