1
0
Derivar 0
Este cometimento está contido em:
Niels G. W. Serup 2020-08-24 23:06:56 +02:00
ascendente 7432f5ae79
cometimento 762055c44c
1 ficheiros modificados com 7 adições e 0 eliminações

7
default.nix Ficheiro normal
Ver ficheiro

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