This commit is contained in:
Niels G. W. Serup 2020-08-24 23:06:56 +02:00
förälder 7432f5ae79
incheckning 762055c44c
1 ändrade filer med 7 tillägg och 0 borttagningar

7
default.nix Normal file
Visa fil

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