diff options
author | Minijackson <minijackson@riseup.net> | 2021-06-26 23:26:47 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-06-26 23:26:47 +0200 |
commit | d95671222a7892db423849007021f7f4b41c5736 (patch) | |
tree | f66c319a2398cd74698ffeaf6bc1e555d3df0b59 | |
parent | b85a4c978afaee5918a1032d84e42ac244d2059d (diff) | |
download | robotnix-config-d95671222a7892db423849007021f7f4b41c5736.tar.gz robotnix-config-d95671222a7892db423849007021f7f4b41c5736.zip |
hydra: try different attrset scheme
-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 | }; |