maybe release.nix is fixed now?

dev
Claudius Holeksa 2023-02-02 18:01:43 +01:00
parent aabb089f90
commit b04614af59
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in
{
keldu = {
forstio-window = pkgs.callPackage ./derivation.nix {
forstio = forstioJobset.keldu.forstio;
forstio = builtins.getAttr (forstioJobset.keldu.forstio);
};
};
}