maybe release.nix is fixed now?

dev
Claudius Holeksa 2023-02-02 18:05:29 +01:00
parent 833ac97341
commit 1637cbbb5b
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ nixpkgs ? <nixpkgs>
, forstio
, forstio ? { outPath = ./.; }
, ...
}:
let
pkgs = import nixpkgs {};
forstioJobset = import "${forstio}"/.nix/release.nix {};
forstioJobset = import "${forstio}/.nix/release.nix" {};
in
{
keldu = {