Support Nix.
This commit is contained in:
parent
7432f5ae79
commit
762055c44c
|
@ -0,0 +1,7 @@
|
||||||
|
with import <nixpkgs> {};
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "metanohi";
|
||||||
|
buildInputs = [ pandoc
|
||||||
|
(python3.withPackages (ps: with ps; [ pyyaml ]))
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue