Support Nix.

Bu işleme şunda yer alıyor:
Niels G. W. Serup 2020-08-24 23:06:56 +02:00
ebeveyn 7432f5ae79
işleme 762055c44c
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme

7
default.nix Normal dosya
Dosyayı Görüntüle

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