summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c0f526c..c84de53 100644
--- a/flake.nix
+++ b/flake.nix
@@ -57,7 +57,7 @@
57 defaultPackage.x86_64-linux = self.robotnixConfigurations.fp3.img; 57 defaultPackage.x86_64-linux = self.robotnixConfigurations.fp3.img;
58 58
59 hydraJobs.robotnixConfigurations = with nixpkgs.legacyPackages.x86_64-linux; { 59 hydraJobs.robotnixConfigurations = with nixpkgs.legacyPackages.x86_64-linux; {
60 fp3.otaDir = self.robotnixConfigurations.fp2.otaDir; 60 fp3.otaDir = self.robotnixConfigurations.fp3.otaDir;
61 fp3.products = with self.robotnixConfigurations.fp3; 61 fp3.products = with self.robotnixConfigurations.fp3;
62 runCommandLocal 62 runCommandLocal
63 "hydra-fp3-products-${config.buildNumber}" 63 "hydra-fp3-products-${config.buildNumber}"