Support Nix.

Esse commit está contido em:
Niels G. W. Serup 2020-08-24 23:06:56 +02:00
commit 762055c44c
1 arquivos alterados com 7 adições e 0 exclusões

7
default.nix Normal file
Ver arquivo

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