master-thesis/tex/shell.nix

6 lines
126 B
Nix
Raw Normal View History

2021-10-20 16:14:16 +02:00
with import <nixpkgs> {};
2022-05-23 10:14:52 +02:00
let stable = import <nixos-stable> {};
in mkShell rec {
buildInputs = [tectonic stable.biber];
2021-10-20 16:14:16 +02:00
}