Este commit está contenido en:
Niels G. W. Serup 2020-08-24 23:06:56 +02:00
padre 7432f5ae79
commit 762055c44c
Se han modificado 1 ficheros con 7 adiciones y 0 borrados

7
default.nix Archivo normal
Ver fichero

@ -0,0 +1,7 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "metanohi";
buildInputs = [ pandoc
(python3.withPackages (ps: with ps; [ pyyaml ]))
];
}