Support Nix.
This commit is contained in:
7
default.nix
Normal file
7
default.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
with import <nixpkgs> {};
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "metanohi";
|
||||||
|
buildInputs = [ pandoc
|
||||||
|
(python3.withPackages (ps: with ps; [ pyyaml ]))
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user