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

12 lines
199 B
Nix

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