with import <nixpkgs> {};
let stable = import <nixos-stable> {};
in mkShell rec {
buildInputs = [tectonic stable.biber];
}