Cette révision appartient à :
Niels G. W. Serup 2020-08-24 23:06:56 +02:00
Parent 7432f5ae79
révision 762055c44c
1 fichiers modifiés avec 7 ajouts et 0 suppressions

7
default.nix Fichier normal
Voir le fichier

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