This website works better with JavaScript.
Home
Help
Sign In
ngws
/
media
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Support Nix.
master
Niels G. W. Serup
6 months ago
parent
37d324d95a
commit
81e536a856
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
default.nix
+ 7
- 0
default.nix
View File
@ -0,0 +1,7 @@
with
import
<nixpkgs>
{
}
;
stdenv
.
mkDerivation
{
name
=
"
m
e
d
i
a
"
;
buildInputs
=
[
imagemagick
(
python3
.
withPackages
(
ps
:
with
ps
;
[
pyyaml
]
)
)
]
;
}
Write
Preview
Loading…
Cancel
Save