master-thesis/tex/shell.nix
2022-05-23 10:14:52 +02:00

5 lines
126 B
Nix

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