diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ | |||
43 | # Build other outputs with (for example): "nix build .#robotnixConfigurations.dailydriver.ota" | 43 | # Build other outputs with (for example): "nix build .#robotnixConfigurations.dailydriver.ota" |
44 | defaultPackage.x86_64-linux = self.robotnixConfigurations.fp3.img; | 44 | defaultPackage.x86_64-linux = self.robotnixConfigurations.fp3.img; |
45 | 45 | ||
46 | hydraJobs.robotnixConfigurations = { | 46 | hydraJobs = { |
47 | inherit (self.robotnixConfigurations) fp2 fp3; | 47 | inherit (self.robotnixConfigurations) fp2 fp3; |
48 | }; | 48 | }; |
49 | }; | 49 | }; |