diff --git a/flake.nix b/flake.nix index 9fa4fce..4623786 100644 --- a/flake.nix +++ b/flake.nix @@ -71,6 +71,6 @@ ); }; - hydraJobs."steamdeck" = self.nixosConfigurations.steamdeck.config.system.build.toplevel; + hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; }