このコミットが含まれているのは:
Niels G. W. Serup 2020-08-24 23:06:56 +02:00
コミット 762055c44c
1個のファイルの変更7行の追加0行の削除

7
default.nix ノーマルファイル
ファイルの表示

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