1
0
free-as-in-freedom-v2-ru/shell.nix

12 lines
199 B
Nix
Raw Normal View History

2019-08-28 00:43:41 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
name = "free-as-in-freedom-v2-ru";
buildInputs = with pkgs; [
git utillinux gnumake
texlive.combined.scheme-full rubber
pandoc
];
}