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