hydra/src/lib
Silvan Mosberger 1d45b63516
Fix transition from declarative non-flake to flake jobset
The database has these constraints:

    check ((type = 0) = (nixExprInput is not null and nixExprPath is not null)),
    check ((type = 1) = (flake is not null)),

which prevented switching to flakes in a declarative jobspec, since the
nixexpr{path,input} fields were not nulled in such an update

Co-Authored-By: Graham Christensen <graham@grahamc.com>
2021-02-01 18:57:40 +01:00
..
Hydra Fix transition from declarative non-flake to flake jobset 2021-02-01 18:57:40 +01:00
Hydra.pm Disable access log 2020-09-13 17:51:21 +02:00
Makefile.am Merge in the first bits of the API work 2013-07-02 14:00:46 -04:00