flake add hydraJobs

This commit is contained in:
2024-05-05 20:09:55 +02:00
parent 32133438d9
commit bd07e688fc

View File

@@ -78,9 +78,9 @@
security.sudo.execWheelOnly = true; security.sudo.execWheelOnly = true;
} }
); );
};
hydraJobs = { hydraJobs = {
steamdeck = nixosConfigurations.steamdeck.config.system.build.toplevel; steamdeck = nixosConfigurations.steamdeck.config.system.build.toplevel;
}; };
};
} }