Skip to content

lazy inputs

rensa.buildWith {
  lazyInputs = {
    nixpkgs.url = "whatever/some_commit_sha";
  };
}

Problem: overriding / input follows

we dont have a lockfile so call flake would have to fetch the tree (easy), load the lockfile, load the flake and use input follows as overrides?

Edited by TECHNOFAB