From 90201b355c1c3df599df4557214c72d702d39474 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Tue, 4 Jun 2024 19:01:29 +0200 Subject: [PATCH] hydra: add desktop job --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 36450b8..5b20022 100644 --- a/flake.nix +++ b/flake.nix @@ -59,8 +59,10 @@ security.sudo.execWheelOnly = true; } ); - hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; - hydraJobs."desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel; + hydraJobs = { + "steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; + "desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel; + }; };