mirror of
https://github.com/vale981/master-thesis
synced 2025-03-04 17:41:43 -05:00
5 lines
126 B
Nix
5 lines
126 B
Nix
with import <nixpkgs> {};
|
|
let stable = import <nixos-stable> {};
|
|
in mkShell rec {
|
|
buildInputs = [tectonic stable.biber];
|
|
}
|